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

/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp82 const MCOperand &MO3 = MI->getOperand(3); local
84 O << '\t' << ARM_AM::getShiftOpcStr(ARM_AM::getSORegShOp(MO3.getImm()));
92 assert(ARM_AM::getSORegOffset(MO3.getImm()) == 0);
267 const MCOperand &MO3 = MI->getOperand(OpNum+2); local
272 ARM_AM::ShiftOpc ShOpc = ARM_AM::getSORegShOp(MO3.getImm());
278 assert(ARM_AM::getSORegOffset(MO3.getImm()) == 0);
305 const MCOperand &MO3 = MI->getOperand(Op+2); local
310 if (ARM_AM::getAM2Offset(MO3.getImm())) // Don't print +0.
312 << ARM_AM::getAddrOpcStr(ARM_AM::getAM2Op(MO3.getImm()))
313 << ARM_AM::getAM2Offset(MO3
333 const MCOperand &MO3 = MI->getOperand(Op+2); local
379 const MCOperand &MO3 = MI->getOperand(Op+2); local
420 const MCOperand &MO3 = MI->getOperand(Op+2); local
440 const MCOperand &MO3 = MI->getOperand(Op+2); local
469 const MCOperand &MO3 = MI->getOperand(Op+2); local
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1230 const MCOperand &MO3 = MI.getOperand(OpNum+2);
1238 Value |= MO3.getImm();

Completed in 178 milliseconds