Searched refs:OPC_MOVZWL (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.c | 270 #define OPC_MOVZWL (0xb7 | P_EXT) macro 620 tcg_out_modrm(s, OPC_MOVZWL, dest, src); in tcg_out_ext16u() 1076 tcg_out_modrm_offset(s, OPC_MOVZWL, datalo, base, ofs); in tcg_out_qemu_ld_direct() 1083 tcg_out_modrm_offset(s, OPC_MOVZWL, datalo, base, ofs); in tcg_out_qemu_ld_direct() 1496 tcg_out_modrm_offset(s, OPC_MOVZWL, args[0], args[1], args[2]); in tcg_out_op()
|