Lines Matching defs:Base
548 // After parsing the base expression we could either have a parenthesized
575 // After parsing the base expression we could either have a parenthesized
1017 StringRef Base = Op->getToken();
1019 Tmp += Base;
1029 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0";
1032 Tmp[Base.size()] = Suffixes[0];
1037 Tmp[Base.size()] = Suffixes[1];
1039 Tmp[Base.size()] = Suffixes[2];
1041 Tmp[Base.size()] = Suffixes[3];
1045 Op->setTokenValue(Base);
1078 OS << "'" << Base << MatchChars[i] << "'";
1092 return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",