Home
last modified time | relevance | path

Searched refs:PushF (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4499 int PushF = is64 ? X86::PUSHF64 : X86::PUSHF32; in copyPhysReg() local
4511 BuildMI(MBB, MI, DL, get(PushF)); in copyPhysReg()
DX86ISelLowering.cpp24389 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/
DX86ISelLowering.cpp32274 unsigned PushF = in EmitInstrWithCustomInserter() local
32277 MachineInstr *Push = BuildMI(*BB, MI, DL, TII->get(PushF)); in EmitInstrWithCustomInserter()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp33597 unsigned PushF = in EmitInstrWithCustomInserter() local
33600 MachineInstr *Push = BuildMI(*BB, MI, DL, TII->get(PushF)); in EmitInstrWithCustomInserter()