OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LUi
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h
50
/// ReplaceADDiuSLLWithLUi - Replace an ADDiu & SLL pair with a
LUi
.
58
unsigned ADDiu, ORi, SLL,
LUi
;
MipsSEInstrInfo.cpp
386
unsigned
LUi
= STI.isABI_N64() ? Mips::LUi64 : Mips::
LUi
;
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 33 milliseconds