Declare and Enable VSX
commit74f239975501cf0ad886a5d40ce40aecbb9dc0b2
authorTom Musta <tommusta@gmail.com>
Tue, 22 Oct 2013 11:05:46 +0000 (22 22:05 +1100)
committerAlexander Graf <agraf@suse.de>
Fri, 20 Dec 2013 00:57:46 +0000 (20 01:57 +0100)
tree5d4280a99cdc4617b18cf2b2344876ef3c0fbae3
parent3bc9ccc054574820190f0e6bbfd299bc2d42323d
Declare and Enable VSX

This patch adds the flag POWERPC_FLAG_VSX to the list of defined
flags and also adds this flag to the list of supported features of
the Power7 and Power8 CPUs.  Additionally, the VSX instructions
are added to the list of TCG-enabled instruction.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/translate_init.c