Searched refs:LISInstr (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp292 unsigned LISInstr = is64Bit ? PPC::LIS8 : PPC::LIS; local
302 BuildMI(MBB, MBBI, dl, TII.get(LISInstr), TmpReg)
H A DPPCFrameLowering.cpp667 unsigned LISInstr = isPPC64 ? PPC::LIS8 : PPC::LIS; local
674 BuildMI(MBB, MBBI, dl, TII.get(LISInstr), TmpReg)
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1828 unsigned LISInstr = is64Bit ? PPC::LIS8 : PPC::LIS; local
1839 BuildMI(MBB, MBBI, dl, TII.get(LISInstr), TmpReg)

Completed in 1372 milliseconds