Searched refs:x86_movzx8 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 185 x86_movzx8(p->func, tmp, src); in emit_load_sse2() 193 x86_movzx8(p->func, tmp, x86_make_disp(src, 2)); in emit_load_sse2() 1202 x86_movzx8(p->func, ptr, elt); in get_buffer_ptr()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 322 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 716 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8() function
|