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

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1257 MCInst TempInst; local
1279 TempInst.setLoc(IDLoc);
1320 TempInst.setOpcode(Mips::LUi);
1321 TempInst.addOperand(MCOperand::CreateReg(TmpRegNum));
1323 TempInst.addOperand(MCOperand::CreateImm(HiOffset));
1330 TempInst.addOperand(MCOperand::CreateExpr(HiExpr));
1333 TempInst.addOperand(MCOperand::CreateExpr(HiExpr));
1337 Instructions.push_back(TempInst);
1338 // Prepare TempInst for next instruction.
1339 TempInst
[all...]

Completed in 56 milliseconds