Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c338 x64_mov64(p->func, dst_gpr, src_gpr); in emit_mov64()
1333 x64_mov64(p->func, p->machine_EDI, x86_fn_arg(p->func, 1)); in build_vertex_emit()
1334 x64_mov64(p->func, p->idx_ESI, x86_fn_arg(p->func, 2)); in build_vertex_emit()
1345 x64_mov64(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 6)); in build_vertex_emit()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h319 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