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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c298 #define OPC_MOVL_EvGv (0x89) /* stores, more or less */ macro
643 int opc = OPC_MOVL_EvGv + (type == TCG_TYPE_I64 ? P_REXW : 0);
1466 tcg_out_modrm_offset(s, OPC_MOVL_EvGv + P_DATA16, datalo, base, ofs);
1735 tcg_out_modrm_offset(s, OPC_MOVL_EvGv | P_DATA16,

Completed in 1303 milliseconds