Searched refs:scratch2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r199977-sparc.diff | 125 + // sethi %hi(Addr), scratch2 126 + // or scratch, scratch2, scratch 132 + // Insts.push_back(SETHI_INST(HI22(Addr), scratch2)); 133 + // Insts.push_back(OR_INST_R(scratch, scratch2, scratch));
|
| /freebsd-9-stable/contrib/gcc/config/sparc/ |
| 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-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 6344 unsigned scratch2 = (!BinOpcode) ? incr : MRI.createVirtualRegister(TRC); in EmitAtomicBinary() local 6366 AddDefaultPred(BuildMI(BB, dl, TII->get(BinOpcode), scratch2). in EmitAtomicBinary() 6369 AddDefaultPred(BuildMI(BB, dl, TII->get(BinOpcode), scratch2). in EmitAtomicBinary() 6373 MIB = BuildMI(BB, dl, TII->get(strOpc), scratch).addReg(scratch2).addReg(ptr); in EmitAtomicBinary() 6452 unsigned scratch2 = MRI.createVirtualRegister(TRC); in EmitAtomicBinaryMinMax() local 6488 BuildMI(BB, dl, TII->get(isThumb2 ? ARM::t2MOVCCr : ARM::MOVCCr), scratch2) in EmitAtomicBinaryMinMax() 6491 MIB = BuildMI(BB, dl, TII->get(strOpc), scratch).addReg(scratch2).addReg(ptr); in EmitAtomicBinaryMinMax()
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386.c | 13471 rtx addr, scratch1, scratch2, scratch3, scratch4; in ix86_expand_strlen() local 13511 scratch2 = gen_reg_rtx (Pmode); in ix86_expand_strlen() 13527 emit_insn (gen_one_cmpldi2 (scratch2, scratch1)); in ix86_expand_strlen() 13528 emit_insn (gen_adddi3 (out, scratch2, constm1_rtx)); in ix86_expand_strlen() 13532 emit_insn (gen_one_cmplsi2 (scratch2, scratch1)); in ix86_expand_strlen() 13533 emit_insn (gen_addsi3 (out, scratch2, constm1_rtx)); in ix86_expand_strlen()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| 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()
|