reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
845 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; 845 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; 847 MaxAGPR = MaxUsed > MaxAGPR ? MaxUsed : MaxAGPR; 847 MaxAGPR = MaxUsed > MaxAGPR ? MaxUsed : MaxAGPR; 849 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR; 849 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR;