HomeSort by: relevance | last modified time | path
    Searched defs:inner_op0 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
combine.cc 5880 rtx inner_op0 = XEXP (XEXP (x, 0), 1);
5886 if (CONSTANT_P (inner_op0) && COMMUTATIVE_ARITH_P (x))
5887 std::swap (inner_op0, inner_op1);
5891 mode, inner_op0, inner_op1);
10054 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp;
10071 inner_op0 = XEXP (decomposed, 0);
10085 new_op0 = simplify_gen_binary (outer_code, mode, inner_op0, distributed);
10091 new_op0 = simplify_gen_binary (outer_code, mode, distributed, inner_op0);
12242 rtx inner_op0 = XEXP (op0, 0);
12248 if (paradoxical_subreg_p (inner_op0)
5862 rtx inner_op0 = XEXP (XEXP (x, 0), 1); local
10021 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; local
12201 rtx inner_op0 = XEXP (op0, 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 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)
5820 rtx inner_op0 = XEXP (XEXP (x, 0), 1); local
9970 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; local
12071 rtx inner_op0 = XEXP (op0, 0); local
    [all...]

Completed in 38 milliseconds