reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
924 SExtBits = UserBits; 928 if (TruncBits || SExtBits || ZExtBits) { 941 ((SExtBits || ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits)); 952 (SExtBits == 32 || 953 (SExtBits == 64 && ST->hasMiscellaneousExtensions2()))) 960 if (LoadedBits == 32 && SExtBits == 64)