Searched refs:x86_mov8 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 391 x86_mov8(p->func, dataGPR, src); in emit_memcpy() 392 x86_mov8(p->func, dst, dataGPR); in emit_memcpy() 400 x86_mov8(p->func, dataGPR2, x86_make_disp(src, 2)); in emit_memcpy() 402 x86_mov8(p->func, x86_make_disp(dst, 2), dataGPR2); in emit_memcpy() 924 x86_mov8(p->func, tmp, x86_make_disp(src, swizzle[i] * 1)); in translate_attr_convert() 925 x86_mov8(p->func, x86_make_disp(dst, i * 1), tmp); in translate_attr_convert()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 320 void x86_mov8( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 682 void x86_mov8( struct x86_function *p, in x86_mov8() function
|