HomeSort by relevance Sort by last modified time
    Searched full:sse_movups (Results 1 - 6 of 6) sorted by null

  /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/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 276 sse_movups(p->func, data, arg0);
371 sse_movups(p->func, dst, src);
668 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 449 void sse_movups( struct x86_function *p, function
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 296 void sse_movups( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
rtasm_x86sse.c 952 void sse_movups( struct x86_function *p, function
    [all...]

Completed in 222 milliseconds