4 references to CpuId
crossgen2 (2)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (2)
125
(int Eax, int Ebx, int Ecx, int Edx) cpuidInfo = X86Base.
CpuId
(0, 0);
131
cpuidInfo = X86Base.
CpuId
(1, 0);
ilc (2)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (2)
125
(int Eax, int Ebx, int Ecx, int Edx) cpuidInfo = X86Base.
CpuId
(0, 0);
131
cpuidInfo = X86Base.
CpuId
(1, 0);