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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c303 #define OPC_MOVSWL (0xbf | P_EXT) macro
694 tcg_out_modrm(s, OPC_MOVSWL + rexw, dest, src);
1172 tcg_out_modrm(s, OPC_MOVSWL + P_REXW, datalo, datalo);
1174 tcg_out_modrm_offset(s, OPC_MOVSWL + P_REXW, datalo, base, ofs);
1721 tcg_out_modrm_offset(s, OPC_MOVSWL + rexw, args[0], args[1], args[2]);

Completed in 253 milliseconds