Searched refs:OPC_MOVL_GvEv (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/i386/
H A Dtcg-target.c263 #define OPC_MOVL_GvEv (0x8b) /* loads, more or less */ macro
518 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0);
568 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0);
632 tcg_out_modrm(s, OPC_MOVL_GvEv, dest, src);

Completed in 18 milliseconds