xemu/tcg/i386
Richard Henderson 4810d96f03 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.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2018-12-17 06:04:44 +03:00
..
tcg-target.h tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guests 2018-12-17 06:04:44 +03:00
tcg-target.inc.c tcg/i386: Assume 32-bit values are zero-extended 2018-12-17 06:04:44 +03:00
tcg-target.opc.h tcg/i386: Add vector operations 2018-02-08 15:54:08 +00:00