ppc: Move classic fp ops out of translate.c
commitf96511215da118ffc635c2c3698c60bf519372ce
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 27 Jul 2016 06:56:20 +0000 (27 16:56 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:33:46 +0000 (7 12:33 +1000)
treeab151e14408fc5ee805441c05e7684c79532acac
parentdb789c6cd3383e472c2de0115c3d3fa4b2e5c825
ppc: Move classic fp ops out of translate.c

Makes things a bit more manageable

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c
target-ppc/translate/fp-impl.c [new file with mode: 0644]
target-ppc/translate/fp-ops.c [new file with mode: 0644]