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

/haiku-buildtools/legacy/gcc/gcc/config/elxsi/
H A Delxsi.c29 rtx cmp_op0=0, cmp_op1=0; variable
47 br_ops[2] = cmp_op1;
48 if (cmp_op1)
74 br_ops[2] = cmp_op1;
75 if (cmp_op1)
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c3444 rtx cmp_op1 = operands[2];
3452 if (cmp_op1 == const0_rtx)
3462 emit_insn (gen_xorsi3 (comp_reg, cmp_op0, cmp_op1));
3469 cmp_op1 = force_reg (mode, cmp_op1);
3470 condition = gen_rtx_fmt_ee (code, mode, cmp_op0, cmp_op1);
3471 emit_jump_insn (gen_branch_compare(condition, cmp_op0, cmp_op1, label1));
3481 rtx cmp_op1 = XEXP (operands[0], 1);
3484 emit_insn (gen_cstoresf4 (comp_reg, operands[0], cmp_op0, cmp_op1));
3443 rtx cmp_op1 = operands[2]; local
3480 rtx cmp_op1 = XEXP (operands[0], 1); local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c5719 s390_expand_addcc (enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1,
5730 && (GET_MODE (cmp_op1) == SImode || GET_MODE (cmp_op1) == VOIDmode))
5733 && (GET_MODE (cmp_op1) == DImode || GET_MODE (cmp_op1) == VOIDmode))
5744 if (cmp_op1 != const0_rtx)
5746 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1,
5748 cmp_op1 = const0_rtx;
5757 cmp_op0 = cmp_op1;
5758 cmp_op1
5718 s390_expand_addcc(enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1, rtx dst, rtx src, rtx increment) argument
6055 s390_expand_vec_compare(rtx target, enum rtx_code cond, rtx cmp_op1, rtx cmp_op2) argument
6221 s390_expand_vcond(rtx target, rtx then, rtx els, enum rtx_code cond, rtx cmp_op1, rtx cmp_op2) argument
[all...]
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c5084 rtx cmp_op1 = *op1;
5094 *op0 = mips_zero_if_equal (cmp_op0, cmp_op1);
5098 *op1 = force_reg (GET_MODE (cmp_op0), cmp_op1);
5106 mips_emit_int_order_test (*code, &invert, *op0, cmp_op0, cmp_op1);
5114 mips_emit_binary (*code, *op0, cmp_op0, cmp_op1);
5149 mips_emit_binary (cmp_code, *op0, cmp_op0, cmp_op1);
5208 enum rtx_code cond, rtx cmp_op0, rtx cmp_op1)
5216 gen_rtx_fmt_ee (cond, VOIDmode, cmp_op0, cmp_op1)));
5058 rtx cmp_op1 = *op1; local
5180 mips_expand_vcondv2sf(rtx dest, rtx true_src, rtx false_src, enum rtx_code cond, rtx cmp_op0, rtx cmp_op1) argument
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c17274 rtx cmp_op0, cmp_op1;
17280 cmp_op1 = operands[1];
17285 cmp_op1 = operands[2];
17306 if (cmp_op1 == CONST0_RTX (GET_MODE (cmp_op1)))
17317 if (STACK_REG_P (cmp_op1)
17319 && find_regno_note (insn, REG_DEAD, REGNO (cmp_op1))
17320 && REGNO (cmp_op1) != FIRST_STACK_REG)
17375 mask |= (GET_MODE_CLASS (GET_MODE (cmp_op1)) == MODE_INT) << 2;
21486 rtx cmp_op1, rt
17244 rtx cmp_op0, cmp_op1; local
21454 ix86_expand_sse_fp_minmax(rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, rtx if_true, rtx if_false) argument
21501 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 421 milliseconds