Searched refs:sse_movlps (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 274 sse_movlps(p->func, data, arg0); in emit_load_float32() 289 sse_movlps(p->func, data, arg0); in emit_load_float32() 360 sse_movlps(p->func, dst_xmm, src_xmm); in emit_mov64() 702 sse_movlps(p->func, dst, dataXMM); in translate_attr_convert()
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_x86sse.h | 296 void sse_movlps( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
H A D | rtasm_x86sse.c | 971 void sse_movlps( struct x86_function *p, in sse_movlps() function
|
Completed in 7 milliseconds