Home
last modified time | relevance | path

Searched refs:FEATURE_SSE (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcpuinfo.h94 FEATURE_SSE, enumerator
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcpuinfo.h94 FEATURE_SSE, enumerator
H A Dcpuinfo.c320 set_feature (FEATURE_SSE); in get_available_features()
/netbsd/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Di386-cpuinfo.h147 FEATURE_SSE, enumerator
H A Di386-isas.h53 ISA_NAMES_TABLE_ENTRY("sse", FEATURE_SSE, P_SSE, "-msse")
H A Dcpuinfo.h605 set_feature (FEATURE_SSE); in get_available_features()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddriver-i386.cc666 else if (has_feature (FEATURE_SSE)) in host_detect_local_cpu()
713 if (arch && has_feature (FEATURE_SSE)) in host_detect_local_cpu()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp854 } else if (testFeature(X86::FEATURE_SSE)) { in getIntelProcessorTypeAndSubtype()
917 if (testFeature(X86::FEATURE_SSE)) { in getAMDProcessorTypeAndSubtype()
1017 setFeature(X86::FEATURE_SSE); in getAvailableFeatures()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DX86Target.def32 FEATURE(FEATURE_SSE)