Home
last modified time | relevance | path

Searched refs:z7_x86_cpuid_GetMaxFunc (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/C/
H A DCpuArch.c91 UInt32 Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void) in z7_x86_cpuid_GetMaxFunc() function
135 UInt32 Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void)
146 UInt32 Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void) in z7_x86_cpuid_GetMaxFunc() function
155 UInt32 __declspec(naked) Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void) in __declspec()
249 UInt32 Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void) in z7_x86_cpuid_GetMaxFunc() function
260 #define CHECK_CPUID_IS_SUPPORTED { if (z7_x86_cpuid_GetMaxFunc() == 0) return 0; }
439 if (z7_x86_cpuid_GetMaxFunc() < 7) in CPU_IsSupported_SHA()
654 if (z7_x86_cpuid_GetMaxFunc() < 7) in CPU_IsSupported_AVX2()
669 if (z7_x86_cpuid_GetMaxFunc() < 7) in CPU_IsSupported_VAES_AVX2()
H A DCpuArch.h479 UInt32 Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void);
483 #define Z7_IF_X86_CPUID_SUPPORTED if (z7_x86_cpuid_GetMaxFunc())
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp511 if (!z7_x86_cpuid_GetMaxFunc()) in Fill()

Completed in 4 milliseconds