Searched defs:LUi (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h50 /// ReplaceADDiuSLLWithLUi - Replace an ADDiu & SLL pair with a LUi.
58 unsigned ADDiu, ORi, SLL, LUi; member in class:llvm::MipsAnalyzeImmediate
H A DMipsFrameLowering.cpp102 unsigned LUi = IsN64 ? Mips::LUi64 : Mips::LUi; local
111 // The first instruction can be a LUi, which is different from other
114 if (Inst->Opc == LUi)
115 BuildMI(MBB, II, DL, TII.get(LUi), ATReg)

Completed in 91 milliseconds