Searched refs:x86_mov16 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 195 x86_mov16(p->func, tmp, src); in emit_load_sse2() 395 x86_mov16(p->func, dataGPR, src); in emit_memcpy() 396 x86_mov16(p->func, dst, dataGPR); in emit_memcpy() 399 x86_mov16(p->func, dataGPR, src); in emit_memcpy() 401 x86_mov16(p->func, dst, dataGPR); in emit_memcpy() 410 x86_mov16(p->func, dataGPR2, x86_make_disp(src, 4)); in emit_memcpy() 412 x86_mov16(p->func, x86_make_disp(dst, 4), dataGPR2); in emit_memcpy() 823 x86_mov16(p->func, dst, tmp); in translate_attr_convert() 842 x86_mov16(p->func, x86_make_disp(dst, 2), tmp); in translate_attr_convert() 857 x86_mov16(p->func, x86_make_disp(dst, 4), tmp); in translate_attr_convert() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 321 void x86_mov16( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 673 void x86_mov16( struct x86_function *p, in x86_mov16() function
|