qemu/tcg
Richard Henderson 3ea9be3340 tcg/riscv: Conditionalize tcg_out_exts_i32_i64
Since TCG_TYPE_I32 values are kept sign-extended in registers, via "w"
instructions, we don't need to extend if the register matches.
This is already relied upon by comparisons.

Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-04-23 08:46:45 +01:00
..
aarch64 tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
arm tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
i386 tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
loongarch64 tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
mips tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
ppc tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
riscv tcg/riscv: Conditionalize tcg_out_exts_i32_i64 2023-04-23 08:46:45 +01:00
s390x tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
sparc64 tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
tci tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
meson.build
optimize.c tcg: Replace tcg_abort with g_assert_not_reached 2023-04-23 08:17:46 +01:00
region.c tcg: use QTree instead of GTree 2023-03-28 15:23:10 -07:00
tcg-common.c
tcg-internal.h
tcg-ldst.c.inc tcg: Clear TCGLabelQemuLdst on allocation 2023-04-23 08:46:45 +01:00
tcg-op-gvec.c
tcg-op-vec.c
tcg-op.c tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb 2023-03-22 15:06:57 +00:00
tcg-pool.c.inc
tcg.c tcg: Introduce tcg_out_xchg 2023-04-23 08:46:45 +01:00
tci.c