ppc: Move VSX ops out of translate.c
commit3014427af550dfda54a067b15f7c69bcc23cec05
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 27 Jul 2016 06:56:24 +0000 (27 16:56 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:33:46 +0000 (7 12:33 +1000)
tree5f477863b30d88454d341bfb00686b6f23a5eb2f
parent0304af897b4f2b0835808e2ede155afb50408432
ppc: Move VSX 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/vsx-impl.c [new file with mode: 0644]
target-ppc/translate/vsx-ops.c [new file with mode: 0644]