Searched refs:AllowOutOfBoundReg (Results 1 – 1 of 1) sorted by relevance
450 bool AllowOutOfBoundReg = false);4221 int ARMAsmParser::tryParseRegister(bool AllowOutOfBoundReg) { in tryParseRegister() argument4265 if (!AllowOutOfBoundReg && !hasD32() && RegNum >= ARM::D16 && in tryParseRegister()4612 bool AllowRAAC, bool AllowOutOfBoundReg) { in parseRegisterList() argument4666 int EndReg = tryParseRegister(AllowOutOfBoundReg); in parseRegisterList()4701 Reg = tryParseRegister(AllowOutOfBoundReg); in parseRegisterList()6339 bool AllowOutOfBoundReg = Mnemonic == "vlldm" || Mnemonic == "vlstm"; in parseOperand() local6341 AllowOutOfBoundReg); in parseOperand()