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

/external/qemu/tcg/i386/
H A Dtcg-target.c267 #define OPC_MOVSWL (0xbf | P_EXT) macro
626 tcg_out_modrm(s, OPC_MOVSWL + rexw, dest, src);
1085 tcg_out_modrm(s, OPC_MOVSWL + P_REXW, datalo, datalo);
1087 tcg_out_modrm_offset(s, OPC_MOVSWL + P_REXW, datalo, base, ofs);
1499 tcg_out_modrm_offset(s, OPC_MOVSWL + rexw, args[0], args[1], args[2]);

Completed in 18 milliseconds