/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex_sse.c | 77 sse_movups(&p->func, dest, arg0); 103 sse_movups(&p->func, dest, get_identity(p)); 126 sse_movups(&p->func, dest, arg0); 213 sse_movups(&p->func, dest, arg0); 224 sse_movups(&p->func, dest, arg0); 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex_sse.c | 77 sse_movups(&p->func, dest, arg0); 103 sse_movups(&p->func, dest, get_identity(p)); 126 sse_movups(&p->func, dest, arg0); 213 sse_movups(&p->func, dest, arg0); 224 sse_movups(&p->func, dest, arg0); 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_sse.c | 268 sse_movups(p->func, data, arg0); 353 sse_movups(p->func, dst, src); 646 sse_movups(p->func, dst, dataXMM); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/ |
x86sse.h | 172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
x86sse.c | 447 void sse_movups( struct x86_function *p, function
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 268 sse_movups(p->func, data, arg0); 353 sse_movups(p->func, dst, src); 646 sse_movups(p->func, dst, dataXMM); [all...] |
/external/mesa3d/src/mesa/x86/rtasm/ |
x86sse.h | 172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
x86sse.c | 447 void sse_movups( struct x86_function *p, function
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 295 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
rtasm_x86sse.c | 951 void sse_movups( struct x86_function *p, function [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 295 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
rtasm_x86sse.c | 951 void sse_movups( struct x86_function *p, function [all...] |