Home
last modified time | relevance | path

Searched refs:xop2 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc946 rtx xop2[5] = { op[0], op[1], op[2], op[3], op[4] }; in avr_rest_of_handle_ifelse() local
948 if (! rtx_equal_p (xop1[1], xop2[1]) in avr_rest_of_handle_ifelse()
950 || ! CONST_INT_P (xop2[2])) in avr_rest_of_handle_ifelse()
955 enum rtx_code code2 = GET_CODE (xop2[0]); in avr_rest_of_handle_ifelse()
957 code2 = avr_redundant_compare (code1, xop1[2], code2, xop2[2], in avr_rest_of_handle_ifelse()
986 rtx xpat2 = gen_branch (xop2[3], xcond2); in avr_rest_of_handle_ifelse()
1011 JUMP_LABEL (branch2) = xop2[3]; in avr_rest_of_handle_ifelse()
1015 ++LABEL_NUSES (xop2[3]); in avr_rest_of_handle_ifelse()
H A Davr.md3426 rtx xop2 = force_reg (HImode, gen_int_mode (INTVAL (operands[2]), HImode));
3431 emit_insn (gen_usmulhisi3 (operands[0], xop2, operands[1]));
3433 emit_insn (gen_mulhisi3 (operands[0], operands[1], xop2));
3529 rtx xop2 = operands[2];
3538 xop2 = gen_rtx_fmt_e (<any_extend2:CODE>, HImode, xop2);
3544 operands[2] = xop2;
3553 operands[1] = xop2;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.md2493 rtx xop2 = force_reg (HImode, gen_int_mode (INTVAL (operands[2]), HImode));
2498 emit_insn (gen_usmulhisi3 (operands[0], xop2, operands[1]));
2500 emit_insn (gen_mulhisi3 (operands[0], operands[1], xop2));
2596 rtx xop2 = operands[2];
2605 xop2 = gen_rtx_fmt_e (<any_extend2:CODE>, HImode, xop2);
2611 operands[2] = xop2;
2620 operands[1] = xop2;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.md425 rtx xop2 = operand_subword_force (operands[2], 0, DImode);
428 emit_jump_insn (gen_cbranchsi4 (operands[0], xop1, xop2, operands[3]));
453 rtx xop2 = operand_subword_force (operands[2], 0, DImode);
457 emit_jump_insn (gen_cstoresi4 (operands[0], operands[1], xop2, xop3));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.md425 rtx xop2 = operand_subword_force (operands[2], 0, DImode);
428 emit_jump_insn (gen_cbranchsi4 (operands[0], xop1, xop2, operands[3]));
453 rtx xop2 = operand_subword_force (operands[2], 0, DImode);
457 emit_jump_insn (gen_cstoresi4 (operands[0], operands[1], xop2, xop3));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc22573 rtx xop2 = operands[2]; in mips_expand_vec_cond_expr() local
22576 xop2 = gen_reg_rtx (vimode); in mips_expand_vec_cond_expr()
22577 emit_move_insn (xop2, gen_lowpart (vimode, operands[2])); in mips_expand_vec_cond_expr()
22579 emit_move_insn (src2, xop2); in mips_expand_vec_cond_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c22369 rtx xop2 = operands[2]; in mips_expand_vec_cond_expr() local
22372 xop2 = gen_reg_rtx (vimode); in mips_expand_vec_cond_expr()
22373 emit_move_insn (xop2, gen_lowpart (vimode, operands[2])); in mips_expand_vec_cond_expr()
22375 emit_move_insn (src2, xop2); in mips_expand_vec_cond_expr()