Searched refs:PushF (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 4499 int PushF = is64 ? X86::PUSHF64 : X86::PUSHF32; in copyPhysReg() local 4511 BuildMI(MBB, MI, DL, get(PushF)); in copyPhysReg()
|
D | X86ISelLowering.cpp | 24389 unsigned PushF = in EmitInstrWithCustomInserter() local 24392 MachineInstr *Push = BuildMI(*BB, MI, DL, TII->get(PushF)); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 32274 unsigned PushF = in EmitInstrWithCustomInserter() local 32277 MachineInstr *Push = BuildMI(*BB, MI, DL, TII->get(PushF)); in EmitInstrWithCustomInserter()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 33597 unsigned PushF = in EmitInstrWithCustomInserter() local 33600 MachineInstr *Push = BuildMI(*BB, MI, DL, TII->get(PushF)); in EmitInstrWithCustomInserter()
|