]> git.proxmox.com Git - qemu.git/commit
Sparc: split FPU and VIS op helpers
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 1 Aug 2011 07:37:45 +0000 (07:37 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Oct 2011 15:08:56 +0000 (15:08 +0000)
commit1bccec25e10e9073e21c2f71cd16a0b3ffe06c39
treefb704ab9b4fe7ec64f233babf800ebc1807c63b9
parent99ca02195cad858043444107acc3ab1df874edea
Sparc: split FPU and VIS op helpers

Move FPU op helpers to fop_helper.c. Move VIS op helpers to vis_helper.c,
compile it only for Sparc64.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
target-sparc/fop_helper.c [new file with mode: 0644]
target-sparc/op_helper.c
target-sparc/vis_helper.c [new file with mode: 0644]