unicorn/qemu/tcg/i386
Richard Henderson 3b85c29bb9
tcg/i386: Assume 32-bit values are zero-extended
We now have an invariant that all TCG_TYPE_I32 values are
zero-extended, which means that we do not need to extend
them again during qemu_ld/st, either explicitly via a separate
tcg_out_ext32u or implicitly via P_ADDR32.

Backports commit 4810d96f03be4d3820563e3c6bf13dfc0627f205 from qemu
2018-12-18 05:42:52 -05:00
..
tcg-target.h tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guests 2018-12-18 05:38:55 -05:00
tcg-target.inc.c tcg/i386: Assume 32-bit values are zero-extended 2018-12-18 05:42:52 -05:00
tcg-target.opc.h tcg/i386: Add vector operations 2018-03-07 08:07:40 -05:00