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

/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp212 MCInst Instr1, Instr2, Instr3, Move; local
242 Instr2.setOpcode(Mips::LWR);
243 Instr2.addOperand(ATReg);
244 Instr2.addOperand(Base);
245 Instr2.addOperand(Name);
253 Instr2.setOpcode(Mips::LWR);
254 Instr2.addOperand(Target);
255 Instr2.addOperand(Base);
256 Instr2.addOperand(Name);
267 Instr2
[all...]

Completed in 49 milliseconds