Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c324 static void emit_mov64(struct translate_sse *p, struct x86_reg dst_gpr, struct x86_reg dst_xmm, str… in emit_mov64() function
340 emit_mov64(p, dst_gpr, dst_xmm, src, src); in emit_load64()
345 emit_mov64(p, dst, dst, src_gpr, src_xmm); in emit_store64()