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