Searched refs:x86_mov (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 421 x86_mov(p->func, dataGPR, src); in emit_memcpy() 422 x86_mov(p->func, dst, dataGPR); in emit_memcpy() 425 x86_mov(p->func, dataGPR, src); in emit_memcpy() 427 x86_mov(p->func, dst, dataGPR); in emit_memcpy() 436 x86_mov(p->func, dataGPR, x86_make_disp(src, i)); in emit_memcpy() 437 x86_mov(p->func, x86_make_disp(dst, i), dataGPR); in emit_memcpy() 448 x86_mov(p->func, dataGPR, x86_make_disp(src, 8)); in emit_memcpy() 450 x86_mov(p->func, x86_make_disp(dst, 8), dataGPR); in emit_memcpy() 926 x86_mov(p->func, tmp, src); in translate_attr_convert() 928 x86_mov( in translate_attr_convert() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_x86sse.h | 320 void x86_mov( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
H A D | rtasm_x86sse.c | 649 void x86_mov( struct x86_function *p, in x86_mov() function
|
Completed in 6 milliseconds