Searched refs:IsSuffix (Results 1 – 2 of 2) sorted by relevance
174 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member336 return Tok.IsSuffix; in isTokenSuffix()1615 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { in CreateToken() argument1619 Op->Tok.IsSuffix = IsSuffix; in CreateToken()
292 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. member478 return Tok.IsSuffix; in isTokenSuffix()1781 CreateToken(StringRef Str, bool IsSuffix, SMLoc S, MCContext &Ctx) { in CreateToken() argument1785 Op->Tok.IsSuffix = IsSuffix; in CreateToken()