qemu/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_helper.c target/openrisc: Streamline arithmetic and OVE 2017-02-14 08:14:59 +11:00
exception.c
exception.h
fpu_helper.c
gdbstub.c
helper.h target/openrisc: Streamline arithmetic and OVE 2017-02-14 08:14:59 +11:00
interrupt_helper.c target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11:00
interrupt.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_helper.c
mmu.c target/openrisc: Implement lwa, swa 2017-02-14 08:14:59 +11: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