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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c341 if (x86_target_caps(p->func) & X86_SSE2)
368 if (x86_target_caps(p->func) & X86_SSE2)
416 else if (!(x86_target_caps(p->func) & X86_SSE)) {
505 if ((x86_target_caps(p->func) & X86_SSE) &&
528 if (!(x86_target_caps(p->func) & X86_SSE2))
580 if (!(x86_target_caps(p->func) & X86_SSE2))
644 if (!(x86_target_caps(p->func) & X86_SSE2))
728 else if ((x86_target_caps(p->func) & X86_SSE2)
1007 if (x86_target_caps(p->func) & X86_SSE) {
1029 else if ((x86_target_caps(
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c341 if (x86_target_caps(p->func) & X86_SSE2)
368 if (x86_target_caps(p->func) & X86_SSE2)
416 else if (!(x86_target_caps(p->func) & X86_SSE)) {
505 if ((x86_target_caps(p->func) & X86_SSE) &&
528 if (!(x86_target_caps(p->func) & X86_SSE2))
580 if (!(x86_target_caps(p->func) & X86_SSE2))
644 if (!(x86_target_caps(p->func) & X86_SSE2))
728 else if ((x86_target_caps(p->func) & X86_SSE2)
1007 if (x86_target_caps(p->func) & X86_SSE) {
1029 else if ((x86_target_caps(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h150 static inline unsigned x86_target_caps( struct x86_function* p ) function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h150 static inline unsigned x86_target_caps( struct x86_function* p ) function in typeref:typename:unsigned

Completed in 6 milliseconds