Searched refs:x86_mov16 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 211 x86_mov16(p->func, tmp, src); in emit_load_sse2() 411 x86_mov16(p->func, dataGPR, src); in emit_memcpy() 412 x86_mov16(p->func, dst, dataGPR); in emit_memcpy() 415 x86_mov16(p->func, dataGPR, src); in emit_memcpy() 417 x86_mov16(p->func, dst, dataGPR); in emit_memcpy() 426 x86_mov16(p->func, dataGPR2, x86_make_disp(src, 4)); in emit_memcpy() 428 x86_mov16(p->func, x86_make_disp(dst, 4), dataGPR2); in emit_memcpy() 851 x86_mov16(p->func, dst, tmp); in translate_attr_convert() 870 x86_mov16(p->func, x86_make_disp(dst, 2), tmp); in translate_attr_convert() 885 x86_mov16( in translate_attr_convert() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_x86sse.h | 323 void x86_mov16( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
H A D | rtasm_x86sse.c | 673 void x86_mov16( struct x86_function *p, in x86_mov16() function
|
Completed in 5 milliseconds