Searched refs:x86_mov8 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c372 x86_mov8(p->func, dataGPR, src);
373 x86_mov8(p->func, dst, dataGPR);
381 x86_mov8(p->func, dataGPR2, x86_make_disp(src, 2));
383 x86_mov8(p->func, x86_make_disp(dst, 2), dataGPR2);
899 x86_mov8(p->func, tmp, x86_make_disp(src, swizzle[i] * 1));
900 x86_mov8(p->func, x86_make_disp(dst, i * 1), tmp);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c372 x86_mov8(p->func, dataGPR, src);
373 x86_mov8(p->func, dst, dataGPR);
381 x86_mov8(p->func, dataGPR2, x86_make_disp(src, 2));
383 x86_mov8(p->func, x86_make_disp(dst, 2), dataGPR2);
899 x86_mov8(p->func, tmp, x86_make_disp(src, swizzle[i] * 1));
900 x86_mov8(p->func, x86_make_disp(dst, i * 1), tmp);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h319 void x86_mov8( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
H A Drtasm_x86sse.c681 void x86_mov8( struct x86_function *p, function
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h319 void x86_mov8( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
H A Drtasm_x86sse.c681 void x86_mov8( struct x86_function *p, function

Completed in 58 milliseconds