Lines Matching defs:inner_op0
5838 rtx inner_op0 = XEXP (XEXP (x, 0), 1);
5844 if (CONSTANT_P (inner_op0) && COMMUTATIVE_ARITH_P (x))
5845 std::swap (inner_op0, inner_op1);
5849 mode, inner_op0, inner_op1);
10003 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp;
10020 inner_op0 = XEXP (decomposed, 0);
10034 new_op0 = simplify_gen_binary (outer_code, mode, inner_op0, distributed);
10040 new_op0 = simplify_gen_binary (outer_code, mode, distributed, inner_op0);
12112 rtx inner_op0 = XEXP (op0, 0);
12118 if (paradoxical_subreg_p (inner_op0)
12120 && HWI_COMPUTABLE_MODE_P (GET_MODE (SUBREG_REG (inner_op0)))
12121 && (GET_MODE (SUBREG_REG (inner_op0))
12123 && ((~c0) & nonzero_bits (SUBREG_REG (inner_op0),
12124 GET_MODE (SUBREG_REG (inner_op0)))) == 0
12128 op0 = SUBREG_REG (inner_op0);
12143 op0 = gen_lowpart_or_truncate (tmode, inner_op0);