Lines Matching refs:MO2
726 const MCOperand &MO2 = MI.getOperand(OpIdx + 1); in getThumbAddrModeRegRegOpValue() local
728 unsigned Rm = CTX.getRegisterInfo().getEncodingValue(MO2.getReg()); in getThumbAddrModeRegRegOpValue()
942 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getLdStSORegOpValue() local
945 unsigned ShImm = ARM_AM::getAM2Offset(MO2.getImm()); in getLdStSORegOpValue()
946 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue()
947 ARM_AM::ShiftOpc ShOp = ARM_AM::getAM2ShiftOpc(MO2.getImm()); in getLdStSORegOpValue()
1046 const MCOperand &MO2 = MI.getOperand(OpIdx+2); in getAddrMode3OpValue() local
1061 unsigned Imm = MO2.getImm(); in getAddrMode3OpValue()
1164 const MCOperand &MO2 = MI.getOperand(OpIdx + 2); in getSORegRegOpValue() local
1165 ARM_AM::ShiftOpc SOpc = ARM_AM::getSORegShOp(MO2.getImm()); in getSORegRegOpValue()
1192 assert(ARM_AM::getSORegOffset(MO2.getImm()) == 0); in getSORegRegOpValue()
1246 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeSORegOpValue() local
1253 Value |= CTX.getRegisterInfo().getEncodingValue(MO2.getReg()); in getT2AddrModeSORegOpValue()
1264 const MCOperand &MO2 = MI.getOperand(OpNum+1); in getT2AddrModeImm8OpValue() local
1272 int32_t tmp = (int32_t)MO2.getImm(); in getT2AddrModeImm8OpValue()