Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c60 rtx cmp_op0, cmp_op1; variable
424 gen_rtx_COMPARE (mode, cmp_op0, cmp_op1))); in mda_gen_cmp()
465 gen_rtx_COMPARE (mode, cmp_op0, cmp_op1))); in mdx_movsicc()
H A Dscore.h28 extern GTY(()) rtx cmp_op1;
H A Dscore.md1070 cmp_op1 = operands[1];
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c3826 s390_expand_addcc (enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1, in s390_expand_addcc() argument
3837 && (GET_MODE (cmp_op1) == SImode || GET_MODE (cmp_op1) == VOIDmode)) in s390_expand_addcc()
3840 && (GET_MODE (cmp_op1) == DImode || GET_MODE (cmp_op1) == VOIDmode)) in s390_expand_addcc()
3851 if (cmp_op1 != const0_rtx) in s390_expand_addcc()
3853 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1, in s390_expand_addcc()
3855 cmp_op1 = const0_rtx; in s390_expand_addcc()
3864 cmp_op0 = cmp_op1; in s390_expand_addcc()
3865 cmp_op1 = tem; in s390_expand_addcc()
3888 gen_rtx_COMPARE (cc_mode, cmp_op0, cmp_op1)); in s390_expand_addcc()
3923 if (cmp_op1 != const0_rtx) in s390_expand_addcc()
[all …]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c8872 rtx cmp_op0, cmp_op1; in output_fp_compare() local
8878 cmp_op1 = operands[1]; in output_fp_compare()
8883 cmp_op1 = operands[2]; in output_fp_compare()
8904 if (cmp_op1 == CONST0_RTX (GET_MODE (cmp_op1))) in output_fp_compare()
8915 if (STACK_REG_P (cmp_op1) in output_fp_compare()
8917 && find_regno_note (insn, REG_DEAD, REGNO (cmp_op1)) in output_fp_compare()
8918 && REGNO (cmp_op1) != FIRST_STACK_REG) in output_fp_compare()
8973 mask |= (GET_MODE_CLASS (GET_MODE (cmp_op1)) == MODE_INT) << 2; in output_fp_compare()
11542 rtx cmp_op1, rtx if_true, rtx if_false) in ix86_expand_sse_fp_minmax() argument
11559 if (rtx_equal_p (cmp_op0, if_true) && rtx_equal_p (cmp_op1, if_false)) in ix86_expand_sse_fp_minmax()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c7731 rtx cmp_op1 = operands[1]; local
7736 cmp_op0 = cmp_op1;
7737 cmp_op1 = operands[2];
7758 if (STACK_REG_P (cmp_op1)
7760 && find_regno_note (insn, REG_DEAD, REGNO (cmp_op1))
7761 && REGNO (cmp_op1) != FIRST_STACK_REG)
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c3275 enum rtx_code cond, rtx cmp_op0, rtx cmp_op1) in mips_expand_vcondv2sf() argument
3283 gen_rtx_fmt_ee (cond, VOIDmode, cmp_op0, cmp_op1))); in mips_expand_vcondv2sf()