Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c354 x64_mov64(p->func, dst_gpr, src_gpr); in emit_mov64()
1361 x64_mov64(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); in build_vertex_emit()
1362 x64_mov64(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); in build_vertex_emit()
1373 x64_mov64(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); in build_vertex_emit()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h321 void x64_mov64( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
Drtasm_x86sse.c690 void x64_mov64( struct x86_function *p, in x64_mov64() function