qemu/target/openrisc
Richard Henderson 6597c28d61 target/openrisc: Optimize for r0 being zero
The HW does not special-case r0, but the ABI specifies that r0 should
contain 0.  If we expose this fact to the optimizer, we can simplify
a lot of the generated code.  We must of course verify that r0==0, but
that is trivial to do with a TB flag.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2017-02-14 08:15:00 +11:00
..
Makefile.objs
cpu.c
cpu.h
exception.c
exception.h
exception_helper.c
fpu_helper.c
gdbstub.c
helper.h
interrupt.c target/openrisc: Tidy handling of delayed branches 2017-02-14 08:15:00 +11:00
interrupt_helper.c
machine.c
mmu.c
mmu_helper.c
sys_helper.c
translate.c