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

  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 947 rtx xop2[5] = { op[0], op[1], op[2], op[3], op[4] };
949 if (! rtx_equal_p (xop1[1], xop2[1])
951 || ! CONST_INT_P (xop2[2]))
956 enum rtx_code code2 = GET_CODE (xop2[0]);
958 code2 = avr_redundant_compare (code1, xop1[2], code2, xop2[2],
987 rtx xpat2 = gen_branch (xop2[3], xcond2);
1012 JUMP_LABEL (branch2) = xop2[3];
1016 ++LABEL_NUSES (xop2[3]);
946 rtx xop2[5] = { op[0], op[1], op[2], op[3], op[4] }; local
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 987 rtx xop2[5] = { op[0], op[1], op[2], op[3], op[4] };
989 if (! rtx_equal_p (xop1[1], xop2[1])
991 || ! CONST_INT_P (xop2[2]))
996 enum rtx_code code2 = GET_CODE (xop2[0]);
998 code2 = avr_redundant_compare (code1, xop1[2], code2, xop2[2],
1027 rtx xpat2 = gen_branch (xop2[3], xcond2);
1052 JUMP_LABEL (branch2) = xop2[3];
1056 ++LABEL_NUSES (xop2[3]);
9947 rtx xop2 = xop[2];
9957 xop2 = const0_rtx
986 rtx xop2[5] = { op[0], op[1], op[2], op[3], op[4] }; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 10552 rtx xop2 = operands[2]; local
10555 xop2 = gen_reg_rtx (vimode);
10556 emit_move_insn (xop2,
10560 emit_move_insn (src2, xop2);
10629 rtx xop2 = operands[2]; local
10632 xop2 = gen_reg_rtx (vimode);
10633 emit_move_insn (xop2,
10637 emit_move_insn (src2, xop2);

Completed in 33 milliseconds