qemu-patch-raspberry4/target-s390x
Richard Henderson 3fde06f5fb target-s390: Split out disas_jcc
Lots of duplicated code replaced with a couple of tables.  We no longer
attempt to manually invert the logic operation: the comments now match
the code.  In the fully general test, constant propagate (1 << (3 - cc))
into (8 >> cc).

The new function will be usable by non-branch insns as well.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2013-01-05 12:00:27 -08:00
..
cc_helper.c target-s390x: avoid AREG0 for condition code helpers 2012-09-10 13:38:32 +02: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: Fix gdbstub 2013-01-05 12:00:27 -08:00
fpu_helper.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
helper.c target-s390: Fix PSW_MASK handling 2013-01-05 12:00:27 -08:00
helper.h target-s390: Register helpers 2013-01-05 12:00:27 -08:00
insn-data.def target-s390: Add format based disassassmbly infrastructure 2013-01-05 12:00:27 -08:00
insn-format.def target-s390: Add format based disassassmbly infrastructure 2013-01-05 12:00:27 -08:00
int_helper.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01: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 Add support for S390x system emulation 2009-12-05 17:36:05 +01:00
Makefile.objs target-s390x: switch to AREG0 free mode 2012-09-10 13:38:33 +02:00
mem_helper.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
misc_helper.c Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
translate.c target-s390: Split out disas_jcc 2013-01-05 12:00:27 -08:00