Searched refs:x64_mov64 (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 354 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/ |
D | rtasm_x86sse.h | 321 void x64_mov64( struct x86_function *p, struct x86_reg dst, struct x86_reg src );
|
D | rtasm_x86sse.c | 690 void x64_mov64( struct x86_function *p, in x64_mov64() function
|