qemu/target/tricore
Bastian Koppelmann d1b867cca6 target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
we would crash if width was 0 for these insns, as tcg_gen_deposit() is
undefined for that case. For TriCore, width = 0 is a mov from the src reg
to the dst reg, so we special case this here.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-ID: <20230828112651.522058-9-kbastian@mail.uni-paderborn.de>
(cherry picked from commit 23fa6f56b33f8fddf86ba4d027fb7d3081440cd9)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2023-10-03 02:05:55 +03:00
..
cpu-param.h
cpu-qom.h
cpu.c target/tricore: Rename tricore_feature 2023-07-25 17:18:51 +03:00
cpu.h target/tricore: Rename tricore_feature 2023-07-25 17:18:51 +03:00
csfr.h.inc
fpu_helper.c
gdbstub.c
helper.c target/tricore: Rename tricore_feature 2023-07-25 17:18:51 +03:00
helper.h
Kconfig
meson.build
op_helper.c target/tricore: Rename tricore_feature 2023-07-25 17:18:51 +03:00
translate.c target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0 2023-10-03 02:05:55 +03:00
tricore-defs.h
tricore-opcodes.h