Searched refs:bit_SSE4_2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp30 #ifndef bit_SSE4_2
31 #define bit_SSE4_2 bit_SSE42 // clang and gcc have different defines. macro
45 return !!(Ecx & bit_SSE4_2);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp62 # ifndef bit_SSE4_2
63 # define bit_SSE4_2 bit_SSE42 // clang and gcc have different defines. macro
77 return !!(Ecx & bit_SSE4_2);
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dcpuid.h39 #define bit_SSE4_2 (1 << 20) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dcpuid.h90 #define bit_SSE4_2 bit_SSE42 /* for gcc compat */ macro

Completed in 63 milliseconds