Home
last modified time | relevance | path

Searched refs:PushF (Results 1 – 3 of 3) 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-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp28589 unsigned PushF = in EmitInstrWithCustomInserter() local
28592 MachineInstr *Push = BuildMI(*BB, MI, DL, TII->get(PushF)); in EmitInstrWithCustomInserter()