Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/x86/
Dcpu.h32 #define X86_SSE(flags) CPUEXT(flags, SSE) macro
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c432 else if (!(x86_target_caps(p->func) & X86_SSE)) { in emit_memcpy()
521 if ((x86_target_caps(p->func) & X86_SSE) && in translate_attr_convert()
1035 if (x86_target_caps(p->func) & X86_SSE) { in translate_attr_convert()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h46 #define X86_SSE 4 macro
Drtasm_x86sse.c2168 p->caps |= X86_SSE; in x86_init_func_common()