| /openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 947 gen_int_relational (test_code, cmp0, cmp1, p_invert) in gen_int_relational() argument 949 rtx cmp0; /* first operand to compare */ 989 mode = GET_MODE (cmp0); 1033 rtx temp = cmp0; 1034 cmp0 = cmp1; 1038 return gen_rtx (p_info->test_code, VOIDmode, cmp0, cmp1); 1046 gen_float_relational (test_code, cmp0, cmp1) in gen_float_relational() argument 1048 rtx cmp0; /* first operand to compare */ 1064 fatal_insn ("bad test", gen_rtx (test_code, VOIDmode, cmp0, cmp1)); 1070 rtx temp = cmp0; [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 636 rtx cmp0, /* first operand to compare */ in gen_int_relational() argument 676 mode = GET_MODE (cmp0); in gen_int_relational() 720 rtx temp = cmp0; in gen_int_relational() 721 cmp0 = cmp1; in gen_int_relational() 725 return gen_rtx_fmt_ee (p_info->test_code, VOIDmode, cmp0, cmp1); in gen_int_relational() 734 rtx cmp0, /* first operand to compare */ in gen_float_relational() argument 750 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1)); in gen_float_relational() 756 rtx temp = cmp0; in gen_float_relational() 757 cmp0 = cmp1; in gen_float_relational() 762 emit_insn (gen_fn (brtmp, cmp0, cmp1)); in gen_float_relational() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.c | 842 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1, in gen_int_relational() argument 886 mode = GET_MODE (cmp0); in gen_int_relational() 894 if (GET_CODE (cmp0) == REG || GET_CODE (cmp0) == SUBREG) in gen_int_relational() 910 if (GET_CODE (cmp0) == CONST_INT) in gen_int_relational() 911 cmp0 = force_reg (mode, cmp0); in gen_int_relational() 962 rtx temp = cmp0; in gen_int_relational() 963 cmp0 = cmp1; in gen_int_relational() 968 reg = cmp0; in gen_int_relational() 972 convert_move (reg, gen_rtx_fmt_ee (p_info->test_code, mode, cmp0, cmp1), 0); in gen_int_relational() 1009 rtx cmp0 = branch_cmp[0]; in gen_conditional_branch() local [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | dojump.c | 499 tree cmp0, cmp1; in do_jump() local 506 cmp0 = fold_build2 (tcode1, TREE_TYPE (exp), op0, op1); in do_jump() 508 do_jump (cmp0, 0, if_true_label); in do_jump()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 3132 gen_int_relational (test_code, result, cmp0, cmp1, p_invert) in gen_int_relational() argument 3135 rtx cmp0; /* first operand to compare */ 3182 mode = GET_MODE (cmp0); 3190 if (GET_CODE (cmp0) == REG || GET_CODE (cmp0) == SUBREG) 3207 if (GET_CODE (cmp0) == CONST_INT) 3208 cmp0 = force_reg (mode, cmp0); 3268 rtx temp = cmp0; 3269 cmp0 = cmp1; 3274 reg = cmp0; 3278 convert_move (reg, gen_rtx (p_info->test_code, mode, cmp0, cmp1), 0); [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 3093 rtx target, rtx cmp0, rtx cmp1) in mips_emit_int_relational() argument 3101 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_relational() 3103 mips_emit_binary (code, target, cmp0, cmp1); in mips_emit_int_relational() 3109 cmp1 = force_reg (GET_MODE (cmp0), cmp1); in mips_emit_int_relational() 3110 mips_emit_int_relational (code, invert_ptr, target, cmp0, cmp1); in mips_emit_int_relational() 3115 mips_emit_binary (inv_code, inv_target, cmp0, cmp1); in mips_emit_int_relational() 3121 mips_emit_binary (inv_code, target, cmp0, cmp1); in mips_emit_int_relational() 3130 mips_zero_if_equal (rtx cmp0, rtx cmp1) in mips_zero_if_equal() argument 3133 return cmp0; in mips_zero_if_equal() 3136 return expand_binop (GET_MODE (cmp0), xor_optab, in mips_zero_if_equal() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expr.c | 10295 tree cmp0, cmp1; local 10299 cmp0 = fold (build (UNORDERED_EXPR, TREE_TYPE (exp), op0, op1)); 10301 exp = build (TRUTH_ORIF_EXPR, TREE_TYPE (exp), cmp0, cmp1);
|