Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/include/
H A Dspecialreg.h115 #define CPUID_SSE 0x02000000 /* has streaming SIMD extensions */ macro
/openbsd/sys/arch/i386/i386/
H A Dcpu.c429 if (cpu_feature & (CPUID_SSE|CPUID_SSE2)) in cpu_init()
H A Dmachdep.c898 { CPUID_SSE, "SSE" },
2073 if (cpu_feature & (CPUID_SSE|CPUID_SSE2)) { in identifycpu()
2074 if (cpu_feature & CPUID_SSE) in identifycpu()
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h162 #define CPUID_SSE 0x02000000 /* has streaming SIMD extensions */ macro