qemu-e2k/target-sparc
Richard Henderson b09b2fd30c target-sparc: Cleanup "global" temporary allocation
There are 6 temporaries that disas_sparc_insn relies on having been
allocated.  Now that they are no longer referenced across branches,
they need not be allocated as local temps.

Move the allocation/free of these temporaries to make it clear that
they are local to the translation of a single insn.

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: Cleanup "global" temporary allocation 2012-10-07 16:39:34 +00:00
vis_helper.c
win_helper.c