Searched refs:sse_movups (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 77 sse_movups(&p->func, dest, arg0); in emit_load4f_4() 103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2() 126 sse_movups(&p->func, dest, arg0); in emit_load3f_3() 213 sse_movups(&p->func, dest, arg0); in emit_store4f() 224 sse_movups(&p->func, dest, arg0); in emit_store3f() 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit() 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit() 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); in build_vertex_emit() 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0]))); in build_vertex_emit()
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 276 sse_movups(p->func, data, arg0); in emit_load_float32() 371 sse_movups(p->func, dst, src); in emit_mov128() 668 sse_movups(p->func, dst, dataXMM); in translate_attr_convert() 1036 sse_movups(p->func, dataXMM, src); in translate_attr_convert()
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | x86sse.c | 451 void sse_movups( struct x86_function *p, in sse_movups() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 296 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 952 void sse_movups( struct x86_function *p, in sse_movups() function
|