Home
last modified time | relevance | path

Searched refs:sse_movaps (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h166 void sse_movaps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Dx86sse.c443 void sse_movaps( struct x86_function *p, in sse_movaps() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h290 void sse_movaps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Drtasm_x86sse.c943 void sse_movaps( struct x86_function *p, in sse_movaps() function
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c168 sse_movaps(p->func, reg, in get_const()