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

/external/qemu/tcg/i386/
H A Dtcg-target.c284 #define OPC_MOVL_GvEv (0x8b) /* loads, more or less */ macro
543 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0);
607 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0);
679 tcg_out_modrm(s, OPC_MOVL_GvEv, dest, src);
1371 tcg_out_modrm_offset(s, OPC_MOVL_GvEv + seg, datalo, base, ofs);
1379 tcg_out_modrm_offset(s, OPC_MOVL_GvEv + seg, datalo, base, ofs);
1389 tcg_out_modrm_offset(s, OPC_MOVL_GvEv + P_REXW + seg,
1401 tcg_out_modrm_offset(s, OPC_MOVL_GvEv + seg,
1403 tcg_out_modrm_offset(s, OPC_MOVL_GvEv + seg,
1406 tcg_out_modrm_offset(s, OPC_MOVL_GvEv
[all...]

Completed in 74 milliseconds