qemu/target/sparc
Clément Chigot 6b4965373e target/sparc: use signed denominator in sdiv helper
The result has to be done with the signed denominator (b32) instead of
the unsigned value passed in argument (b).

Cc: qemu-stable@nongnu.org
Fixes: 1326010322 ("target/sparc: Remove CC_OP_DIV")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2319
Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240606144331.698361-1-chigot@adacore.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2024-06-19 13:50:22 -07:00
..
asi.h target/sparc: Implement monitor ASIs 2024-06-05 09:11:17 -07:00
cpu-feature.h.inc target/sparc: Add feature bit for VIS4 2024-06-05 09:08:39 -07:00
cpu-param.h target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' 2024-04-26 15:31:37 +02:00
cpu-qom.h
cpu.c target/sparc: Enable VIS4 feature bit 2024-06-05 09:11:17 -07:00
cpu.h target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' 2024-04-26 15:31:37 +02:00
fop_helper.c target/sparc: Implement LDXEFSR 2024-06-05 09:07:34 -07:00
gdbstub.c target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32 2024-04-26 15:31:37 +02:00
helper.c target/sparc: use signed denominator in sdiv helper 2024-06-19 13:50:22 -07:00
helper.h target/sparc: Implement VIS4 comparisons 2024-06-05 09:09:36 -07:00
insns.decode target/sparc: Implement MWAIT 2024-06-05 09:10:02 -07:00
int32_helper.c
int64_helper.c
Kconfig
ldst_helper.c target/sparc: Implement monitor ASIs 2024-06-05 09:11:17 -07:00
machine.c
meson.build
mmu_helper.c exec/cpu: Extract page-protection definitions to page-protection.h 2024-05-06 11:17:15 +02:00
monitor.c
trace-events
trace.h
translate.c target/sparc: Implement monitor ASIs 2024-06-05 09:11:17 -07:00
vis_helper.c target/sparc: Implement VIS4 comparisons 2024-06-05 09:09:36 -07:00
win_helper.c