Home
last modified time | relevance | path

Searched refs:op0_mode (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c231 enum machine_mode op0_mode, rtx op0, rtx op1, rtx op2) in simplify_gen_ternary() argument
236 if (0 != (tem = simplify_ternary_operation (code, mode, op0_mode, in simplify_gen_ternary()
2605 enum machine_mode op0_mode = (GET_MODE (trueop0) != VOIDmode in simplify_binary_operation_1() local
2613 gcc_assert (GET_MODE_SIZE (op0_mode) + GET_MODE_SIZE (op1_mode) in simplify_binary_operation_1()
2616 if (VECTOR_MODE_P (op0_mode)) in simplify_binary_operation_1()
2618 == GET_MODE_INNER (op0_mode)); in simplify_binary_operation_1()
2620 gcc_assert (GET_MODE_INNER (mode) == op0_mode); in simplify_binary_operation_1()
2641 if (VECTOR_MODE_P (op0_mode)) in simplify_binary_operation_1()
2642 in_n_elts = (GET_MODE_SIZE (op0_mode) / elt_size); in simplify_binary_operation_1()
2647 if (!VECTOR_MODE_P (op0_mode)) in simplify_binary_operation_1()
[all …]
Drecog.c461 enum machine_mode op0_mode = VOIDmode; in validate_replace_rtx_1() local
471 op0_mode = GET_MODE (XEXP (x, 0)); in validate_replace_rtx_1()
528 op0_mode = GET_MODE (XEXP (x, 0)); in validate_replace_rtx_1()
572 op0_mode); in validate_replace_rtx_1()
582 new = simplify_subreg (GET_MODE (x), SUBREG_REG (x), op0_mode, in validate_replace_rtx_1()
Dcombine.c3889 enum machine_mode op0_mode = VOIDmode; in subst() local
3993 op0_mode = GET_MODE (XEXP (x, 0)); in subst()
4133 x = combine_simplify_rtx (x, op0_mode, in_dest); in subst()
4142 op0_mode = VOIDmode; in subst()
4156 combine_simplify_rtx (rtx x, enum machine_mode op0_mode, int in_dest) in combine_simplify_rtx() argument
4267 op0_mode = VOIDmode; in combine_simplify_rtx()
4278 if (op0_mode == VOIDmode) in combine_simplify_rtx()
4279 op0_mode = GET_MODE (XEXP (x, 0)); in combine_simplify_rtx()
4280 temp = simplify_unary_operation (code, mode, XEXP (x, 0), op0_mode); in combine_simplify_rtx()
4290 cmp_mode = op0_mode; in combine_simplify_rtx()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsimplify-rtx.c193 simplify_gen_ternary (code, mode, op0_mode, op0, op1, op2) in simplify_gen_ternary() argument
195 enum machine_mode mode, op0_mode;
201 if (0 != (tem = simplify_ternary_operation (code, mode, op0_mode,
2260 simplify_ternary_operation (code, mode, op0_mode, op0, op1, op2) in simplify_ternary_operation() argument
2262 enum machine_mode mode, op0_mode;
2285 val >>= (GET_MODE_BITSIZE (op0_mode)
2335 cmp_mode = op0_mode;
Dintegrate.c2522 enum machine_mode op0_mode = MAX_MACHINE_MODE; local
2719 op0_mode = GET_MODE (XEXP (x, 0));
2770 if (op0_mode == MAX_MACHINE_MODE)
2773 XEXP (x, 0), op0_mode);
2811 if (op0_mode == MAX_MACHINE_MODE)
2839 new = simplify_ternary_operation (code, GET_MODE (x), op0_mode,
Drecog.c459 enum machine_mode op0_mode = VOIDmode; local
469 op0_mode = GET_MODE (XEXP (x, 0));
504 op0_mode = GET_MODE (XEXP (x, 0));
548 op0_mode);
558 new = simplify_subreg (GET_MODE (x), SUBREG_REG (x), op0_mode,
Dcombine.c3382 enum machine_mode op0_mode = VOIDmode; local
3486 op0_mode = GET_MODE (XEXP (x, 0));
3625 x = combine_simplify_rtx (x, op0_mode, i == 3, in_dest);
3634 op0_mode = VOIDmode;
3649 combine_simplify_rtx (x, op0_mode, last, in_dest) in combine_simplify_rtx() argument
3651 enum machine_mode op0_mode;
3797 op0_mode = VOIDmode;
3808 temp = simplify_unary_operation (code, mode, XEXP (x, 0), op0_mode);
3817 cmp_mode = op0_mode;
3839 temp = simplify_ternary_operation (code, mode, op0_mode, XEXP (x, 0),
[all …]
DChangeLog.53326 * combine.c (combine_simplify_rtx): Clear op0_mode if simplification
3745 * combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
DChangeLog.11140 * integrate.c (subst_constants): Initialize op0_mode to an
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.md3073 enum machine_mode op0_mode = GET_MODE (sparc_compare_op0);
3077 && (TARGET_ARCH64 && op0_mode == DImode && v9_regcmp_p (code)))
3079 operands[1] = gen_rtx_fmt_ee (code, op0_mode,
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.md3564 enum machine_mode op0_mode = GET_MODE (sparc_compare_op0);
3568 && (TARGET_ARCH64 && op0_mode == DImode && v9_regcmp_p (code)))
3570 operands[1] = gen_rtx_fmt_ee (code, op0_mode,