Searched refs:sse_movlps (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 94 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/ |
D | translate_sse.c | 258 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/ |
D | x86sse.h | 170 void sse_movlps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | x86sse.c | 468 void sse_movlps( struct x86_function *p, in sse_movlps() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 294 void sse_movlps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 971 void sse_movlps( struct x86_function *p, in sse_movlps() function
|