qemu-patch-raspberry4/target-arm
Aurelien Jarno 686eeb93d5 target-arm: fix sdiv helper
(INT32_MIN / -1) triggers an overflow, and the result depends on the
host architecture (INT32_MIN on arm, -1 on ppc, SIGFPE on x86). Use a
test to output the correct value.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Laurent Desnogues <laurent.desnogues@gmail.com>
2009-10-23 00:05:17 +02:00
..
cpu.h cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal 2009-08-24 08:21:42 -05:00
exec.h target-arm: remove T0 and T1 2009-10-17 23:53:08 +02:00
helper.c target-arm: fix sdiv helper 2009-10-23 00:05:17 +02:00
helpers.h target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG 2009-10-17 23:52:17 +02:00
iwmmxt_helper.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
machine.c Save/restore ARMv6 MMU state 2009-07-31 13:19:39 +01:00
neon_helper.c rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 2009-07-27 14:09:21 -05:00
op_addsub.h TCG variable type checking. 2008-11-17 14:43:54 +00:00
op_helper.c target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG 2009-10-17 23:52:17 +02:00
translate.c target-arm: fix bugs introduced by 1b2b1e547b 2009-10-18 16:00:18 +02:00