/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 386 x86_mov(p->func, dataGPR, src); 387 x86_mov(p->func, dst, dataGPR); 390 x86_mov(p->func, dataGPR, src); 392 x86_mov(p->func, dst, dataGPR); 403 x86_mov(p->func, dataGPR, x86_make_disp(src, i)); 404 x86_mov(p->func, x86_make_disp(dst, i), dataGPR); 417 x86_mov(p->func, dataGPR, x86_make_disp(src, 8)); 419 x86_mov(p->func, x86_make_disp(dst, 8), dataGPR); 867 x86_mov(p->func, tmp, src); 869 x86_mov(p->func, dst, tmp) [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vertex_sse.c | 314 x86_mov(&p->func, srcREG, ptr_to_src); 333 x86_mov(&p->func, ptr_to_src, srcREG); 370 x86_mov(&p->func, countEBP, x86_fn_arg(&p->func, 2)); 376 x86_mov(&p->func, vertexEAX, x86_fn_arg(&p->func, 3)); 380 x86_mov(&p->func, vtxESI, x86_fn_arg(&p->func, 1)); 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
|
/external/mesa3d/src/mesa/x86/rtasm/ |
x86sse.h | 190 void x86_mov( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
x86sse.c | 352 void x86_mov( struct x86_function *p, function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 317 void x86_mov( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
rtasm_x86sse.c | 648 void x86_mov( struct x86_function *p, function [all...] |