Searched refs:CPUID2_SSE42 (Results 1 – 6 of 6) sorted by relevance
45 return ((cpu_registers[2] & CPUID2_SSE42) != 0); in have_sse42()
152 return ((cpu_feature2 & CPUID2_SSE42) != 0); in zfs_sse4_2_available()
777 if ((cpu_feature2 & CPUID2_SSE42) != 0)
66 CPUID2_SSE42 | CPUID2_POPCNT)
196 #define CPUID2_SSE42 0x00100000 macro
1337 return ((ecx & CPUID2_SSE42) != 0); in sse42_supported()