qemu-e2k/target-sparc
Richard Henderson 445167723d target-sparc: Do exceptions management fully inside the helpers.
This reduces the size of the individual translation blocks, since
we only emit a single call for each FOP rather than three.  In
addition, clear_float_exceptions expands inline to a single byte store.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2011-10-26 13:57:06 -07:00
..
TODO Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
cc_helper.c Sparc: avoid AREG0 for lazy condition code helpers 2011-10-23 15:09:37 +00:00
cpu.h target-sparc: Change fpr representation to doubles. 2011-10-26 13:55:26 -07:00
cpu_init.c target-sparc: Change fpr representation to doubles. 2011-10-26 13:55:26 -07:00
fop_helper.c target-sparc: Do exceptions management fully inside the helpers. 2011-10-26 13:57:06 -07:00
helper.c Sparc: split MMU helpers 2011-10-26 17:18:55 +00:00
helper.h target-sparc: Do exceptions management fully inside the helpers. 2011-10-26 13:57:06 -07:00
int32_helper.c Sparc: convert interrupt helpers to trace framework 2011-10-26 17:18:58 +00:00
int64_helper.c Sparc: convert interrupt helpers to trace framework 2011-10-26 17:18:58 +00:00
ldst_helper.c target-sparc: Change fpr representation to doubles. 2011-10-26 13:55:26 -07:00
machine.c target-sparc: Change fpr representation to doubles. 2011-10-26 13:55:26 -07:00
mmu_helper.c Sparc: convert mmu_helper to trace framework 2011-10-26 17:18:57 +00:00
op_helper.c Sparc: split load and store op helpers 2011-10-26 17:19:20 +00:00
translate.c target-sparc: Do exceptions management fully inside the helpers. 2011-10-26 13:57:06 -07:00
vis_helper.c target-sparc: Make FPU/VIS helpers const when possible. 2011-10-26 13:50:45 -07:00
win_helper.c Sparc: convert win_helper to trace framework 2011-10-26 17:19:18 +00:00