Searched refs:cmp_op0 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A 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 …]
|
| /openbsd-src/gnu/gcc/gcc/config/score/ |
| H A D | score-mdaux.c | 60 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 D | score.h | 27 extern GTY(()) rtx cmp_op0;
|
| H A D | score.md | 1069 cmp_op0 = operands[0];
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 8872 rtx cmp_op0, cmp_op1; in output_fp_compare() local 8877 cmp_op0 = operands[0]; in output_fp_compare() 8882 cmp_op0 = operands[1]; in output_fp_compare() 8900 gcc_assert (STACK_TOP_P (cmp_op0)); in output_fp_compare() 11541 ix86_expand_sse_fp_minmax (rtx dest, enum rtx_code code, rtx cmp_op0, 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() 11561 else if (rtx_equal_p (cmp_op1, if_true) && rtx_equal_p (cmp_op0, if_false)) in ix86_expand_sse_fp_minmax() 11592 ix86_expand_sse_cmp (rtx dest, enum rtx_code code, rtx cmp_op0, rtx cmp_op1, in ix86_expand_sse_cmp() argument 11598 cmp_op0 = force_reg (mode, cmp_op0); in ix86_expand_sse_cmp() 11607 x = gen_rtx_fmt_ee (code, mode, cmp_op0, cmp_op1); in ix86_expand_sse_cmp()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 3275 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()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 7730 rtx cmp_op0 = operands[0]; local 7736 cmp_op0 = cmp_op1; 7753 if (! STACK_TOP_P (cmp_op0))
|