Searched refs:OPC_MOVSWL (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.c | 267 #define OPC_MOVSWL (0xbf | P_EXT) macro 626 tcg_out_modrm(s, OPC_MOVSWL + rexw, dest, src); in tcg_out_ext16s() 1085 tcg_out_modrm(s, OPC_MOVSWL + P_REXW, datalo, datalo); in tcg_out_qemu_ld_direct() 1087 tcg_out_modrm_offset(s, OPC_MOVSWL + P_REXW, datalo, base, ofs); in tcg_out_qemu_ld_direct() 1499 tcg_out_modrm_offset(s, OPC_MOVSWL + rexw, args[0], args[1], args[2]); in tcg_out_op()
|