]> Git Repo - qemu.git/commit - target-s390x/fpu_helper.c
target-s390x: split FPU ops
authorBlue Swirl <[email protected]>
Sun, 2 Sep 2012 07:33:31 +0000 (07:33 +0000)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
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
This page took 0.025746 seconds and 4 git commands to generate.