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 DMipsSEInstrInfo.cpp386 unsigned LUi = STI.isABI_N64() ? Mips::LUi64 : Mips::LUi; local
398 // The first instruction can be a LUi, which is different from other
403 if (Inst->Opc == LUi)
404 BuildMI(MBB, II, DL, get(LUi), Reg).addImm(SignExtend64<16>(Inst->ImmOpnd));

Completed in 229 milliseconds