Searched refs:sse_movups (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex_sse.c77 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])));
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex_sse.c77 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])));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/
H A Dx86sse.h172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
H A Dx86sse.c450 void sse_movups( struct x86_function *p, function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0);
371 sse_movups(p->func, dst, src);
668 sse_movups(p->func, dst, dataXMM);
1036 sse_movups(p->func, dataXMM, src);
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/
H A Dx86sse.h172 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
H A Dx86sse.c451 void sse_movups( struct x86_function *p, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c276 sse_movups(p->func, data, arg0);
371 sse_movups(p->func, dst, src);
668 sse_movups(p->func, dst, dataXMM);
1036 sse_movups(p->func, dataXMM, src);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h296 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
H A Drtasm_x86sse.c952 void sse_movups( struct x86_function *p, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h296 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
H A Drtasm_x86sse.c952 void sse_movups( struct x86_function *p, function in typeref:typename:void

Completed in 20 milliseconds