Lines Matching refs:MSP430
310 if (Reg == MSP430::NoRegister) { in tryParseRegister()
312 if (Reg == MSP430::NoRegister) in tryParseRegister()
466 MCRegister RegNo = MSP430::PC; in ParseOperand()
490 Operands.push_back(MSP430Operand::CreateMem(MSP430::SR, Val, StartLoc, in ParseOperand()
552 case MSP430::PC: return MSP430::PCB; in convertGR16ToGR8()
553 case MSP430::SP: return MSP430::SPB; in convertGR16ToGR8()
554 case MSP430::SR: return MSP430::SRB; in convertGR16ToGR8()
555 case MSP430::CG: return MSP430::CGB; in convertGR16ToGR8()
556 case MSP430::R4: return MSP430::R4B; in convertGR16ToGR8()
557 case MSP430::R5: return MSP430::R5B; in convertGR16ToGR8()
558 case MSP430::R6: return MSP430::R6B; in convertGR16ToGR8()
559 case MSP430::R7: return MSP430::R7B; in convertGR16ToGR8()
560 case MSP430::R8: return MSP430::R8B; in convertGR16ToGR8()
561 case MSP430::R9: return MSP430::R9B; in convertGR16ToGR8()
562 case MSP430::R10: return MSP430::R10B; in convertGR16ToGR8()
563 case MSP430::R11: return MSP430::R11B; in convertGR16ToGR8()
564 case MSP430::R12: return MSP430::R12B; in convertGR16ToGR8()
565 case MSP430::R13: return MSP430::R13B; in convertGR16ToGR8()
566 case MSP430::R14: return MSP430::R14B; in convertGR16ToGR8()
567 case MSP430::R15: return MSP430::R15B; in convertGR16ToGR8()
580 MSP430MCRegisterClasses[MSP430::GR16RegClassID].contains(Reg); in validateTargetOperandClass()