Home
last modified time | relevance | path

Searched refs:CPUIDECX_SSE41 (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/include/asm/
H A Dcpufeature.h20 return (cpu_ecxfeature & CPUIDECX_SSE41) != 0; in static_cpu_has()
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h141 #define CPUIDECX_SSE41 0x00080000 /* Streaming SIMD Extensions 4.1 */ macro
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h194 #define CPUIDECX_SSE41 0x00080000 /* Streaming SIMD Extensions 4.1 */ macro
/openbsd/sys/arch/i386/i386/
H A Dmachdep.c937 { CPUIDECX_SSE41, "SSE4.1" },