qemu/tests/tcg/tricore
Bastian Koppelmann 23fa6f56b3 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>
2023-09-28 10:45:22 +02:00
..
asm target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0 2023-09-28 10:45:22 +02:00
c other architectures: spelling fixes 2023-07-25 17:14:07 +03:00
link.ld tests/tcg/tricore: Add first C program 2023-06-07 18:20:42 +02:00
Makefile.softmmu-target target/tricore: Implement hptof insn 2023-09-28 10:45:22 +02:00