]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target-s390x: split FPU ops
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:31 +0000 (07:33 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:06 +0000 (01:42 -0500)
commit4bae8a0a900e8515fdc83aec22cb038987ada277
tree55f5ef74804f5a8d32057ca2f66b175605f5f945
parentb05900a7615a50acfa6d0d839b779d4bc14eb0e4
target-s390x: split FPU ops

Move floating point instructions to fpu_helper.c.

While exporting some condition code helpers,
avoid duplicate identifier conflict with translate.c.

Remove unused set_cc_nz_f64() in translate.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-s390x/Makefile.objs
target-s390x/cpu.h
target-s390x/fpu_helper.c [new file with mode: 0644]
target-s390x/op_helper.c
target-s390x/translate.c