Home
last modified time | relevance | path

Searched refs:x86_movzx8 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c201 x86_movzx8(p->func, tmp, src); in emit_load_sse2()
209 x86_movzx8(p->func, tmp, x86_make_disp(src, 2)); in emit_load_sse2()
1230 x86_movzx8(p->func, ptr, elt); in get_buffer_ptr()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h324 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Drtasm_x86sse.c716 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8() function