Home
last modified time | relevance | path

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

/freebsd/lib/libc/amd64/string/
H A Damd64_archlevel.c57 #define FEAT_EDX_BASELINE (CPUID_FPU | CPUID_CX8 | CPUID_CMOV | CPUID_MMX | \
/freebsd/sys/x86/include/
H A Dspecialreg.h142 #define CPUID_FPU 0x00000001 macro
/freebsd/sys/i386/i386/
H A Dnpx.c210 if (cpu_feature & CPUID_FPU) { in npx_probe()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c349 (cpu_feature & CPUID_FPU) ? "yes" : "no", "yes", in linprocfs_docpuinfo()