Lines Matching refs:RegNo
191 void setReg(unsigned RegNo) { in setReg() argument
193 Reg = RegNo; in setReg()
451 MCRegister RegNo; in ParseOperand() local
453 if (!parseRegister(RegNo, StartLoc, EndLoc)) { in ParseOperand()
454 Operands.push_back(MSP430Operand::CreateReg(RegNo, StartLoc, EndLoc)); in ParseOperand()
466 MCRegister RegNo = MSP430::PC; in ParseOperand() local
471 if (parseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()
477 Operands.push_back(MSP430Operand::CreateMem(RegNo, Val, StartLoc, in ParseOperand()
500 MCRegister RegNo; in ParseOperand() local
502 if (parseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()
505 Operands.push_back(MSP430Operand::CreatePostIndReg(RegNo, StartLoc, EndLoc)); in ParseOperand()
509 Operands.push_back(MSP430Operand::CreateMem(RegNo, in ParseOperand()
512 Operands.push_back(MSP430Operand::CreateIndReg(RegNo, StartLoc, EndLoc)); in ParseOperand()