qemu-patch-raspberry4/target/openrisc
Richard Henderson 9ecaa27e71 target/openrisc: Streamline arithmetic and OVE
Fix incorrect overflow calculation.  Move overflow exception check
to a helper function, to eliminate inline branches.  Remove some
incorrect special casing of R0.  Implement multiply inline.

Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2017-02-14 08:14:59 +11:00
..
cpu.c target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11:00
cpu.h target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11:00
exception.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
exception.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
exception_helper.c target/openrisc: Streamline arithmetic and OVE 2017-02-14 08:14:59 +11:00
fpu_helper.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
gdbstub.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
helper.h target/openrisc: Streamline arithmetic and OVE 2017-02-14 08:14:59 +11:00
interrupt.c target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11:00
interrupt_helper.c target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11:00
machine.c target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11:00
Makefile.objs target/openrisc: Streamline arithmetic and OVE 2017-02-14 08:14:59 +11:00
mmu.c target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11:00
mmu_helper.c Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
sys_helper.c cputlb: drop flush_global flag from tlb_flush 2017-01-13 14:24:37 +00:00
translate.c target/openrisc: Streamline arithmetic and OVE 2017-02-14 08:14:59 +11:00