Home
last modified time | relevance | path

Searched refs:X86_SSE (Results 1 – 2 of 2) sorted by relevance

/third_party/pixman/pixman/
Dpixman-x86.c40 X86_SSE = (1 << 2) | X86_MMX_EXTENSIONS, enumerator
65 features |= X86_SSE; in detect_cpu_features()
170 features |= X86_SSE; in detect_cpu_features()
177 if ((features & X86_MMX) && !(features & X86_SSE)) in detect_cpu_features()
230 #define SSE2_BITS (X86_MMX | X86_MMX_EXTENSIONS | X86_SSE | X86_SSE2) in _pixman_x86_get_implementations()
231 #define SSSE3_BITS (X86_SSE | X86_SSE2 | X86_SSSE3) in _pixman_x86_get_implementations()
/third_party/ffmpeg/libavutil/x86/
Dcpu.h32 #define X86_SSE(flags) CPUEXT(flags, SSE) macro