Lines Matching full:suffixes
1774 // Recognize only reasonable suffixes.
2578 // 80-bit floating point, which use the suffixes s,l,t respectively.
2581 // in 8/16/32/64-bit forms using the b,w,l,q suffixes respectively.
2582 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0";
2590 Tmp.back() = Suffixes[I];
2623 MatchChars[NumMatches++] = Suffixes[I];