Home | History | Annotate | Download | only in AsmParser

Lines Matching full:suffixes

1843         // Recognize only reasonable suffixes.
2565 // 80-bit floating point, which use the suffixes s,l,t respectively.
2568 // in 8/16/32/64-bit forms using the b,w,l,q suffixes respectively.
2569 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0";
2577 Tmp.back() = Suffixes[I];
2610 MatchChars[NumMatches++] = Suffixes[I];