lalatino.blogg.se

Cpuid download
Cpuid download





Intel documentation uses the terms "leaf" and "subleaf" for the function_id and subfunction_id parameters passed in EAX and ECX.įor more information about the specific parameters to use and the values returned by these intrinsics on AMD processors, see the documentation for the cpuid instruction in AMD64 Architecture Programmer's Manual Volume 3: General-Purpose and System Instructions, and in the Revision Guides for specific processor families. It enables you to gather additional information about the processor.įor more information about the specific parameters to use and the values returned by these intrinsics on Intel processors, see the documentation for the cpuid instruction in Intel 64 and IA-32 Architectures Software Developers Manual Volume 2: Instruction Set Reference and Intel Architecture Instruction Set Extensions Programming Reference. The _cpuidex intrinsic sets the value of the ECX register to subfunction_id before it generates the cpuid instruction.

cpuid download

The _cpuid intrinsic clears the ECX register before calling the cpuid instruction. The information returned with various values of function_id is processor-dependent. The information returned has a different meaning depending on the value passed as the function_id parameter. This intrinsic stores the supported features and CPU information returned by the cpuid instruction in cpuInfo, an array of four 32-bit integers that's filled with the values of the EAX, EBX, ECX, and EDX registers (in that order). An additional code that specifies information to retrieve, passed in ECX. A code that specifies the information to retrieve, passed in EAX. An array of four integers that contains the information returned in EAX, EBX, ECX, and EDX about supported features of the CPU.

cpuid download

This instruction queries the processor for information about supported features and the CPU type. Generates the cpuid instruction that is available on x86 and 圆4.







Cpuid download