Searched refs:X86_SSE (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-x86.c40 X86_SSE = (1 << 2) | X86_MMX_EXTENSIONS, enumerator in enum:__anon580044420103
65 features |= X86_SSE;
117 features |= X86_SSE;
124 if ((features & X86_MMX) && !(features & X86_SSE))
177 #define SSE2_BITS (X86_MMX | X86_MMX_EXTENSIONS | X86_SSE | X86_SSE2)
178 #define SSSE3_BITS (X86_SSE | X86_SSE2 | X86_SSSE3)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c416 else if (!(x86_target_caps(p->func) & X86_SSE)) {
505 if ((x86_target_caps(p->func) & X86_SSE) &&
1007 if (x86_target_caps(p->func) & X86_SSE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c416 else if (!(x86_target_caps(p->func) & X86_SSE)) {
505 if ((x86_target_caps(p->func) & X86_SSE) &&
1007 if (x86_target_caps(p->func) & X86_SSE) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h46 #define X86_SSE 4 macro
H A Drtasm_x86sse.c2160 p->caps |= X86_SSE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h46 #define X86_SSE 4 macro
H A Drtasm_x86sse.c2160 p->caps |= X86_SSE;

Completed in 13 milliseconds