Searched refs:x86_movzx16 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 189 x86_movzx16(p->func, tmp, src); in emit_load_sse2() 203 x86_movzx16(p->func, tmp, x86_make_disp(src, 4)); in emit_load_sse2() 1205 x86_movzx16(p->func, ptr, elt); in get_buffer_ptr()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 323 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 723 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx16() function
|