Searched refs:LUi (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.cpp79 // Replace a ADDiu & SLL pair with a LUi.
84 // LUi 0x444
100 Seq[0].Opc = LUi;
133 LUi = Mips::LUi;
138 LUi = Mips::LUi64;
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 DMipsFastISel.cpp387 EmitInst(Mips::LUi, TmpReg).addImm(Hi);
390 EmitInst(Mips::LUi, ResultReg).addImm(Hi);
H A DMipsMCInstLower.cpp166 OutMI.setOpcode(Mips::LUi);
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));
H A DMipsCodeEmitter.cpp182 if (Form == MipsII::FrmI && MI.getOpcode() == Mips::LUi)
H A DMipsSEISelDAGToDAG.cpp167 BuildMI(MBB, I, DL, TII.get(Mips::LUi), V0)
182 BuildMI(MBB, I, DL, TII.get(Mips::LUi), V0)
701 // The first instruction can be a LUi which is different from other
H A DMipsLongBranch.cpp298 // LUi and ADDiu instructions create 32-bit offset of the target basic
307 // we replace LUi and ADDiu with pseudo instructions
310 // instructions to LUi and ADDiu in the MC layer, we will create
441 BuildMI(MBB, I, DL, TII->get(Mips::LUi), Mips::V0)
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp550 TmpInst.setOpcode(Mips::LUi);
611 Inst.setOpcode(Mips::LUi);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1110 tmpInst.setOpcode(Mips::LUi);
1135 tmpInst.setOpcode(Mips::LUi);
1162 tmpInst.setOpcode(Mips::LUi);
1198 tmpInst.setOpcode(Mips::LUi);
1239 tmpInst.setOpcode(Mips::LUi);
1320 TempInst.setOpcode(Mips::LUi);

Completed in 494 milliseconds