Searched refs:RegStartLoc (Results 1 – 2 of 2) sorted by relevance
476 SMLoc RegStartLoc; in ParseOperand() local477 if (ParseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()508 SMLoc RegStartLoc, EndLoc; in ParseOperand() local509 if (ParseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()
4237 SMLoc RegStartLoc = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local4243 Operands.push_back(ARMOperand::CreateReg(RegNo, RegStartLoc, RegEndLoc)); in tryParseRegisterWithWriteBack()