Searched refs:scratch2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c8636 rtx scratch2 = gen_rtx_REG (Pmode, 5);
8637 emit_move_insn (scratch2, vcall_offset_rtx);
8638 vcall_offset_rtx = scratch2;
8610 rtx scratch2 = gen_rtx_REG (Pmode, 5); local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c13510 rtx addr, scratch1, scratch2, scratch3, scratch4;
13550 scratch2 = gen_reg_rtx (Pmode);
13566 emit_insn (gen_one_cmpldi2 (scratch2, scratch1));
13567 emit_insn (gen_adddi3 (out, scratch2, constm1_rtx));
13571 emit_insn (gen_one_cmplsi2 (scratch2, scratch1));
13572 emit_insn (gen_addsi3 (out, scratch2, constm1_rtx));
13485 rtx addr, scratch1, scratch2, scratch3, scratch4; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c6805 rtx pat, scratch1, scratch2;
6824 scratch2 = gen_reg_rtx (mode0);
6826 pat = GEN_FCN (icode) (target, op0, scratch1, scratch2);
6789 rtx pat, scratch1, scratch2; local

Completed in 252 milliseconds