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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c306 #define OPC_MOVZWL (0xb7 | P_EXT) macro
688 tcg_out_modrm(s, OPC_MOVZWL, dest, src);
1163 tcg_out_modrm_offset(s, OPC_MOVZWL, datalo, base, ofs);
1170 tcg_out_modrm_offset(s, OPC_MOVZWL, datalo, base, ofs);
1718 tcg_out_modrm_offset(s, OPC_MOVZWL, args[0], args[1], args[2]);

Completed in 970 milliseconds