Searched refs:ScratchRegI32 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 632 unsigned ScratchRegI32 = RegCtx.ScratchReg(MVT::i32); in InstrumentMemOperandSmall() local 661 EmitInstruction(Out, MCInstBuilder(X86::MOV32rr).addReg(ScratchRegI32).addReg( in InstrumentMemOperandSmall() 664 .addReg(ScratchRegI32) in InstrumentMemOperandSmall() 665 .addReg(ScratchRegI32) in InstrumentMemOperandSmall() 675 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1, in InstrumentMemOperandSmall() 677 EmitLEA(*Op, MVT::i32, ScratchRegI32, Out); in InstrumentMemOperandSmall() 682 .addReg(ScratchRegI32) in InstrumentMemOperandSmall() 683 .addReg(ScratchRegI32) in InstrumentMemOperandSmall() 691 EmitInstruction(Out, MCInstBuilder(X86::CMP32rr).addReg(ScratchRegI32).addReg( in InstrumentMemOperandSmall() 904 unsigned ScratchRegI32 = RegCtx.ScratchReg(MVT::i32); in InstrumentMemOperandSmall() local [all …]
|