Home
last modified time | relevance | path

Searched refs:sse_movlps (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c94 sse_movlps(&p->func, dest, arg0); in emit_load4f_3()
104 sse_movlps(&p->func, dest, arg0); in emit_load4f_2()
135 sse_movlps(&p->func, dest, arg0); in emit_load3f_3()
158 sse_movlps(&p->func, dest, arg0); in emit_load2f_2()
229 sse_movlps(&p->func, dest, arg0); in emit_store3f()
239 sse_movlps(&p->func, dest, arg0); in emit_store2f()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c258 sse_movlps(p->func, data, arg0); in emit_load_float32()
273 sse_movlps(p->func, data, arg0); in emit_load_float32()
344 sse_movlps(p->func, dst_xmm, src_xmm); in emit_mov64()
674 sse_movlps(p->func, dst, dataXMM); in translate_attr_convert()
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h170 void sse_movlps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Dx86sse.c468 void sse_movlps( struct x86_function *p, in sse_movlps() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h294 void sse_movlps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Drtasm_x86sse.c971 void sse_movlps( struct x86_function *p, in sse_movlps() function