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

/external/qemu/tcg/i386/
H A Dtcg-target.c288 #define OPC_MOVSBL (0xbe | P_EXT) macro
661 tcg_out_modrm(s, OPC_MOVSBL + P_REXB_RM + rexw, dest, src);
1352 tcg_out_modrm_offset(s, OPC_MOVSBL + P_REXW + seg, datalo, base, ofs);
1655 tcg_out_modrm_offset(s, OPC_MOVSBL + rexw, args[0], args[1], args[2]);

Completed in 252 milliseconds