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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c299 #define OPC_MOVL_GvEv (0x8b) /* loads, more or less */ macro
586 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0);
636 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0);
700 tcg_out_modrm(s, OPC_MOVL_GvEv, dest, src);

Completed in 245 milliseconds