Lines Matching defs:__cpuid
12 #include <intrin.h> // __cpuid()
63 // Define __cpuid() for non-MSVC libraries.
66 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) {
67 // Clear ecx to align with __cpuid() of MSVC:
462 // __cpuid with an InfoType argument of 0 returns the number of
469 __cpuid(cpu_info, 0);
477 __cpuid(cpu_info, 1);
481 __cpuid(cpu_info7, 7);
533 __cpuid(cpu_info, 7);
539 __cpuid(cpu_info, 0x80000000);
544 __cpuid(cpu_info, 0x80000001);
553 __cpuid(cpu_info, parameter_containing_non_stop_time_stamp_counter);
559 __cpuid(cpu_info, virtual_physical_address_bits);
566 __cpuid(cpu_info_hv, 0x40000000);