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)
commitc773deb5c0447a6cd0a6fd7c5658b6540bbe82a7
treefb704ab9b4fe7ec64f233babf800ebc1807c63b9
parentd8ea730a9d60c99954d21444c19748aa602f6ced
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]