Searched refs:MO2 (Results 1 – 6 of 6) sorted by relevance
60 const MCOperand &MO2 = MI->getOperand(2); in printInst() local70 O << ", " << getRegisterName(MO2.getReg()); in printInst()80 const MCOperand &MO2 = MI->getOperand(2); in printInst() local82 O << '\t' << ARM_AM::getShiftOpcStr(ARM_AM::getSORegShOp(MO2.getImm())); in printInst()89 if (ARM_AM::getSORegShOp(MO2.getImm()) == ARM_AM::rrx) { in printInst()94 O << ", #" << translateShiftImm(ARM_AM::getSORegOffset(MO2.getImm())); in printInst()245 const MCOperand &MO2 = MI->getOperand(OpNum+1); in printSORegRegOperand() local256 O << ' ' << getRegisterName(MO2.getReg()); in printSORegRegOperand()263 const MCOperand &MO2 = MI->getOperand(OpNum+1); in printSORegImmOperand() local268 ARM_AM::ShiftOpc ShOpc = ARM_AM::getSORegShOp(MO2.getImm()); in printSORegImmOperand()[all …]
84 const MachineOperand &MO2 = MI->getOperand(OpNo+1); in printMEMriOperand() local88 << (int) MO2.getImm(); in printMEMriOperand()94 const MachineOperand &MO2 = MI->getOperand(OpNo+1); in printFrameIndexOperand() local98 << MO2.getImm(); in printFrameIndexOperand()
220 const MachineOperand &MO2 = MI->getOperand(OpNo+1); in printAddrModeBasePlusOffset() local224 << MO2.getImm(); in printAddrModeBasePlusOffset()
700 const MCOperand &MO2 = MI.getOperand(OpIdx + 1); in getThumbAddrModeRegRegOpValue() local702 unsigned Rm = getARMRegisterNumbering(MO2.getReg()); in getThumbAddrModeRegRegOpValue()904 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getLdStSORegOpValue() local907 unsigned ShImm = ARM_AM::getAM2Offset(MO2.getImm()); in getLdStSORegOpValue()908 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue()909 ARM_AM::ShiftOpc ShOp = ARM_AM::getAM2ShiftOpc(MO2.getImm()); in getLdStSORegOpValue()1004 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getAddrMode3OpValue() local1019 unsigned Imm = MO2.getImm(); in getAddrMode3OpValue()1122 const MCOperand &MO2 = MI.getOperand(OpIdx + 2); in getSORegRegOpValue() local1123 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); in getSORegRegOpValue()[all …]
1010 const MachineOperand &MO2 = MI.getOperand(OpIdx + 2); in getMachineSoRegOpValue() local1011 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); in getMachineSoRegOpValue()1052 assert(ARM_AM::getSORegOffset(MO2.getImm()) == 0); in getMachineSoRegOpValue()1057 return Binary | ARM_AM::getSORegOffset(MO2.getImm()) << 7; in getMachineSoRegOpValue()1240 const MachineOperand &MO2 = MI.getOperand(OpIdx); in emitLoadStoreInstruction() local1247 if (!MO2.getReg()) { // is immediate in emitLoadStoreInstruction()1257 assert(TargetRegisterInfo::isPhysicalRegister(MO2.getReg())); in emitLoadStoreInstruction()1259 Binary |= getARMRegisterNumbering(MO2.getReg()); in emitLoadStoreInstruction()1311 const MachineOperand &MO2 = MI.getOperand(OpIdx); in emitMiscLoadStoreInstruction() local1321 if (MO2.getReg()) { in emitMiscLoadStoreInstruction()[all …]
934 const MachineOperand &MO2 = MI->getOperand(OpNum+1); // Unique Id in EmitJumpTable() local941 MCSymbol *JTISymbol = GetARMJTIPICJumpTableLabel2(JTI, MO2.getImm()); in EmitJumpTable()978 const MachineOperand &MO2 = MI->getOperand(OpNum+1); // Unique Id in EmitJump2Table() local990 MCSymbol *JTISymbol = GetARMJTIPICJumpTableLabel2(JTI, MO2.getImm()); in EmitJump2Table()