Home
last modified time | relevance | path

Searched refs:safe_vector_operand (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gcc/config/i386/
HDi386.c1398 static rtx safe_vector_operand (rtx, enum machine_mode);
16137 safe_vector_operand (rtx x, enum machine_mode mode) in safe_vector_operand() function
16159 op0 = safe_vector_operand (op0, mode0); in ix86_expand_binop_builtin()
16161 op1 = safe_vector_operand (op1, mode1); in ix86_expand_binop_builtin()
16226 op1 = safe_vector_operand (op1, mode1); in ix86_expand_store_builtin()
16258 op0 = safe_vector_operand (op0, mode0); in ix86_expand_unop_builtin()
16290 op0 = safe_vector_operand (op0, mode0); in ix86_expand_unop1_builtin()
16325 op0 = safe_vector_operand (op0, mode0); in ix86_expand_sse_compare()
16327 op1 = safe_vector_operand (op1, mode1); in ix86_expand_sse_compare()
16376 op0 = safe_vector_operand (op0, mode0); in ix86_expand_sse_comi()
[all …]
/trueos/contrib/gcc/config/arm/
HDarm.c140 static rtx safe_vector_operand (rtx, enum machine_mode);
12620 safe_vector_operand (rtx x, enum machine_mode mode) in safe_vector_operand() function
12647 op0 = safe_vector_operand (op0, mode0); in arm_expand_binop_builtin()
12649 op1 = safe_vector_operand (op1, mode1); in arm_expand_binop_builtin()
12691 op0 = safe_vector_operand (op0, mode0); in arm_expand_unop_builtin()
/trueos/contrib/gcc/
HDChangeLog-20066214 (safe_vector_operand, bfin_expand_binop_builtin,
HDChangeLog-20025301 (safe_vector_operand): Update sse_clrv4sf call.
34530 (safe_vector_operand): Use V4SFmode, not TImode.
HDChangeLog-20008126 (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
HDChangeLog-200318471 (safe_vector_operand): New function.
HDChangeLog-200535219 (safe_vector_operand): Use CONST0_RTX.