Searched refs:scratch2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoA.td | 179 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 183 "@earlyclobber $scratch2"; 190 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 193 "@earlyclobber $scratch2";
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 8610 rtx scratch2 = gen_rtx_REG (Pmode, 5); in sparc_output_mi_thunk() local 8611 emit_move_insn (scratch2, vcall_offset_rtx); in sparc_output_mi_thunk() 8612 vcall_offset_rtx = scratch2; in sparc_output_mi_thunk()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 13485 rtx addr, scratch1, scratch2, scratch3, scratch4; in ix86_expand_strlen() local 13525 scratch2 = gen_reg_rtx (Pmode); in ix86_expand_strlen() 13541 emit_insn (gen_one_cmpldi2 (scratch2, scratch1)); in ix86_expand_strlen() 13542 emit_insn (gen_adddi3 (out, scratch2, constm1_rtx)); in ix86_expand_strlen() 13546 emit_insn (gen_one_cmplsi2 (scratch2, scratch1)); in ix86_expand_strlen() 13547 emit_insn (gen_addsi3 (out, scratch2, constm1_rtx)); in ix86_expand_strlen()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 6789 rtx pat, scratch1, scratch2; in altivec_expand_abs_builtin() local 6808 scratch2 = gen_reg_rtx (mode0); in altivec_expand_abs_builtin() 6810 pat = GEN_FCN (icode) (target, op0, scratch1, scratch2); in altivec_expand_abs_builtin()
|