qemu-e2k/target-s390x
Richard Henderson 7a6c7067f0 target-s390: Tidy s->op_cc handling
There's no need to force computation of the true cc_op when taking an
exception or single stepping.  In either case we'll enter the next TB
with s->cc_op = DYNAMIC and recompute anyway.  Just make sure that
s->cc_op is stored back to env->cc_op as needed.

Delete some dead functions, avoid allocating unused TCG temps, drop
the old s->is_jmp setting.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2013-01-05 12:18:44 -08:00
..
cc_helper.c target-s390: Convert IPM 2013-01-05 12:18:42 -08:00
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
cpu.h target-s390: Convert FLOGR 2013-01-05 12:18:41 -08:00
fpu_helper.c target-s390: Convert LFPC, SFPC 2013-01-05 12:18:41 -08:00
helper.c target-s390: Reorg exception handling 2013-01-05 12:00:28 -08:00
helper.h target-s390: Convert SERVC 2013-01-05 12:18:43 -08:00
insn-data.def target-s390: Implement BRANCH ON INDEX 2013-01-05 12:18:44 -08:00
insn-format.def target-s390: Add format based disassassmbly infrastructure 2013-01-05 12:00:27 -08:00
int_helper.c target-s390: Convert FLOGR 2013-01-05 12:18:41 -08:00
interrupt.c Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
kvm.c Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
machine.c
Makefile.objs
mem_helper.c target-s390: Convert CSP 2013-01-05 12:18:43 -08:00
misc_helper.c target-s390: Convert SERVC 2013-01-05 12:18:43 -08:00
translate.c target-s390: Tidy s->op_cc handling 2013-01-05 12:18:44 -08:00