qemu-e2k/target-sparc
Richard Henderson 2a484ecf82 target-sparc: Optimize conditionals using SUBCC
Aka "normal" comparisons.  We now have the infrastructure to
pass back non-boolean results from gen_compare.  This will
automatically get used by both branches and conditional moves.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-10-07 16:39:34 +00:00
..
cc_helper.c
cpu-qom.h
cpu.c target-sparc: Tidy cpu_dump_state 2012-10-07 16:39:29 +00:00
cpu.h target-sparc: Move sdivx and udivx out of line 2012-10-07 16:39:33 +00:00
fop_helper.c
helper.c target-sparc: Move taddcctv and tsubcctv out of line 2012-10-07 16:39:33 +00:00
helper.h target-sparc: Move taddcctv and tsubcctv out of line 2012-10-07 16:39:33 +00:00
int32_helper.c target-sparc: Make CPU_LOG_INT useful by default 2012-10-07 16:39:29 +00:00
int64_helper.c target-sparc: Make CPU_LOG_INT useful by default 2012-10-07 16:39:29 +00:00
ldst_helper.c target-sparc: Move sdivx and udivx out of line 2012-10-07 16:39:33 +00:00
machine.c
Makefile.objs
mmu_helper.c
TODO
translate.c target-sparc: Optimize conditionals using SUBCC 2012-10-07 16:39:34 +00:00
vis_helper.c
win_helper.c