6 references to Eax
crossgen2 (3)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (3)
133
int model = (cpuidInfo.
Eax
>> 4) & 0xF;
134
int family = (cpuidInfo.
Eax
>> 8) & 0xF;
135
int extendedModel = (cpuidInfo.
Eax
>> 16) & 0xF;
ilc (3)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (3)
133
int model = (cpuidInfo.
Eax
>> 4) & 0xF;
134
int family = (cpuidInfo.
Eax
>> 8) & 0xF;
135
int extendedModel = (cpuidInfo.
Eax
>> 16) & 0xF;