Searched refs:cmp_op0 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.c3812 s390_expand_addcc (enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1,
3822 if ((GET_MODE (cmp_op0) == SImode || GET_MODE (cmp_op0) == VOIDmode)
3825 else if ((GET_MODE (cmp_op0) == DImode || GET_MODE (cmp_op0) == VOIDmode)
3839 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1,
3849 rtx tem = cmp_op0;
3850 cmp_op0 = cmp_op1;
3870 if (!register_operand (cmp_op0, cmp_mod
3811 s390_expand_addcc(enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1, rtx dst, rtx src, rtx increment) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c4234 s390_expand_addcc (enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1,
4244 if ((GET_MODE (cmp_op0) == SImode || GET_MODE (cmp_op0) == VOIDmode)
4247 else if ((GET_MODE (cmp_op0) == DImode || GET_MODE (cmp_op0) == VOIDmode)
4261 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1,
4271 rtx tem = cmp_op0;
4272 cmp_op0 = cmp_op1;
4292 if (!register_operand (cmp_op0, cmp_mod
4233 s390_expand_addcc(enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1, rtx dst, rtx src, rtx increment) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c4506 rtx cmp_op0 = *op0;
4517 *op0 = mips_zero_if_equal (cmp_op0, cmp_op1);
4521 *op1 = force_reg (GET_MODE (cmp_op0), cmp_op1);
4528 *op0 = gen_reg_rtx (GET_MODE (cmp_op0));
4529 mips_emit_int_order_test (*code, &invert, *op0, cmp_op0, cmp_op1);
4534 else if (ALL_FIXED_POINT_MODE_P (GET_MODE (cmp_op0)))
4537 mips_emit_binary (*code, *op0, cmp_op0, cmp_op1);
4557 mips_emit_binary (cmp_code, *op0, cmp_op0, cmp_op1);
4616 enum rtx_code cond, rtx cmp_op0, rtx cmp_op1)
4624 gen_rtx_fmt_ee (cond, VOIDmode, cmp_op0, cmp_op
4483 rtx cmp_op0 = *op0; local
4591 mips_expand_vcondv2sf(rtx dest, rtx true_src, rtx false_src, enum rtx_code cond, rtx cmp_op0, rtx cmp_op1) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c8173 rtx cmp_op0, cmp_op1;
8178 cmp_op0 = operands[0];
8183 cmp_op0 = operands[1];
8201 gcc_assert (STACK_TOP_P (cmp_op0));
10830 ix86_expand_sse_fp_minmax (rtx dest, enum rtx_code code, rtx cmp_op0,
10848 if (rtx_equal_p (cmp_op0, if_true) && rtx_equal_p (cmp_op1, if_false))
10850 else if (rtx_equal_p (cmp_op1, if_true) && rtx_equal_p (cmp_op0, if_false))
10881 ix86_expand_sse_cmp (rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1,
10887 cmp_op0 = force_reg (mode, cmp_op0);
8149 rtx cmp_op0, cmp_op1; local
10805 ix86_expand_sse_fp_minmax(rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, rtx if_true, rtx if_false) argument
10856 ix86_expand_sse_cmp(rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, rtx op_true, rtx op_false) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c12836 rtx cmp_op0, cmp_op1;
12841 cmp_op0 = operands[0];
12846 cmp_op0 = operands[1];
12869 gcc_assert (STACK_TOP_P (cmp_op0));
16133 ix86_expand_sse_fp_minmax (rtx dest, enum rtx_code code, rtx cmp_op0,
16151 if (rtx_equal_p (cmp_op0, if_true) && rtx_equal_p (cmp_op1, if_false))
16153 else if (rtx_equal_p (cmp_op1, if_true) && rtx_equal_p (cmp_op0, if_false))
16184 ix86_expand_sse_cmp (rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1,
16190 cmp_op0 = force_reg (mode, cmp_op0);
12807 rtx cmp_op0, cmp_op1; local
16103 ix86_expand_sse_fp_minmax(rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, rtx if_true, rtx if_false) argument
16154 ix86_expand_sse_cmp(rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, rtx op_true, rtx op_false) argument
[all...]

Completed in 213 milliseconds