HomeSort by relevance Sort by last modified time
    Searched refs:LISInstr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 292 unsigned LISInstr = is64Bit ? PPC::LIS8 : PPC::LIS;
302 BuildMI(MBB, MBBI, dl, TII.get(LISInstr), TmpReg)
PPCFrameLowering.cpp 669 unsigned LISInstr = isPPC64 ? PPC::LIS8 : PPC::LIS;
676 BuildMI(MBB, MBBI, dl, TII.get(LISInstr), TmpReg)
    [all...]

Completed in 742 milliseconds