Searched refs:cmp_op0 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | s390.c | 3826 s390_expand_addcc (enum rtx_code cmp_code, rtx cmp_op0, rtx cmp_op1, in s390_expand_addcc() argument 3836 if ((GET_MODE (cmp_op0) == SImode || GET_MODE (cmp_op0) == VOIDmode) in s390_expand_addcc() 3839 else if ((GET_MODE (cmp_op0) == DImode || GET_MODE (cmp_op0) == VOIDmode) in s390_expand_addcc() 3853 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1, in s390_expand_addcc() 3863 rtx tem = cmp_op0; in s390_expand_addcc() 3864 cmp_op0 = cmp_op1; in s390_expand_addcc() 3884 if (!register_operand (cmp_op0, cmp_mode)) in s390_expand_addcc() 3885 cmp_op0 = force_reg (cmp_mode, cmp_op0); in s390_expand_addcc() 3888 gen_rtx_COMPARE (cc_mode, cmp_op0, cmp_op1)); in s390_expand_addcc() 3925 cmp_op0 = expand_simple_binop (cmp_mode, XOR, cmp_op0, cmp_op1, in s390_expand_addcc() [all …]
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.c | 9084 rtx cmp_op0, cmp_op1; in output_fp_compare() local 9089 cmp_op0 = operands[0]; in output_fp_compare() 9094 cmp_op0 = operands[1]; in output_fp_compare() 9112 gcc_assert (STACK_TOP_P (cmp_op0)); in output_fp_compare() 11769 ix86_expand_sse_fp_minmax (rtx dest, enum rtx_code code, rtx cmp_op0, in ix86_expand_sse_fp_minmax() argument 11787 if (rtx_equal_p (cmp_op0, if_true) && rtx_equal_p (cmp_op1, if_false)) in ix86_expand_sse_fp_minmax() 11789 else if (rtx_equal_p (cmp_op1, if_true) && rtx_equal_p (cmp_op0, if_false)) in ix86_expand_sse_fp_minmax() 11820 ix86_expand_sse_cmp (rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, in ix86_expand_sse_cmp() argument 11826 cmp_op0 = force_reg (mode, cmp_op0); in ix86_expand_sse_cmp() 11835 x = gen_rtx_fmt_ee (code, mode, cmp_op0, cmp_op1); in ix86_expand_sse_cmp()
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.c | 3303 enum rtx_code cond, rtx cmp_op0, rtx cmp_op1) in mips_expand_vcondv2sf() argument 3311 gen_rtx_fmt_ee (cond, VOIDmode, cmp_op0, cmp_op1))); in mips_expand_vcondv2sf()
|