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

  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 91 sse_movss(&p->func, dest, x86_make_disp(arg0, 8));
112 sse_movss(&p->func, dest, arg0);
133 sse_movss(&p->func, dest, x86_make_disp(arg0, 8));
151 sse_movss(&p->func, dest, arg0);
166 sse_movss(&p->func, dest, arg0);
173 sse_movss(&p->func, dest, arg0);
231 sse_movss(&p->func, x86_make_disp(dest,8), arg0);
246 sse_movss(&p->func, dest, arg0);
281 sse_movss(&p->func, dest, temp);
444 sse_movss(&p->func, x86_make_disp(dest,8), get_identity(p))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 239 sse_movss(p->func, data, arg0);
261 sse_movss(p->func, data, x86_make_disp(arg0, 8));
656 sse_movss(p->func, dst, dataXMM);
665 sse_movss(p->func, x86_make_disp(dst, 4), dataXMM);
683 sse_movss(p->func, x86_make_disp(dst, 8), dataXMM);
693 sse_movss(p->func, x86_make_disp(dst, 12), dataXMM);
    [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.h 171 void sse_movss( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
x86sse.c 431 void sse_movss( struct x86_function *p, function
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 294 void sse_movss( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
rtasm_x86sse.c 933 void sse_movss( struct x86_function *p, function
    [all...]

Completed in 857 milliseconds