]> git.proxmox.com Git - qemu.git/commit - target-s390x/translate.c
target-s390x: split FPU ops
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:31 +0000 (07:33 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 10 Sep 2012 11:38:32 +0000 (13:38 +0200)
commite72ca652aa08e3d07c59349f239ba596f27c97af
tree931e41eb72bafe37f7189740e89f33a25458da1b
parent71e470886fb6092504503a5fe41092ace71c096c
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>
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