target-ppc: VSX Stage 4: Add VSX 2.07 Flag
authorTom Musta <tommusta@gmail.com>
Wed, 15 Jan 2014 14:10:28 +0000 (08:10 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:32 +0000 (03:06 +0100)
commitdbcc48fa8fc534c240129fcdece9c3fb0434e82c
tree3f8a7a8067c68c8d630d41034af9847d75c52a0f
parent88e33d08c9c2fc0aabc9b832719324bd2d454db9
target-ppc: VSX Stage 4: Add VSX 2.07 Flag

This patch adds a flag to identify those VSX instructions that are
new to Power ISA V2.07.  The flag is added to the Power 8 processor
initialization so that the P8 models understand how to decode and
emulate instructions in this category.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/translate_init.c