tcg/ppc: Update vector support for v3.00 Altivec
commitd7cd6a2f251c54c989fa35858beafe4a25c789af
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Sep 2019 04:21:22 +0000 (30 04:21 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Oct 2019 14:10:40 +0000 (14 07:10 -0700)
treed88c5fa5053bff36f55c02a31af05b22beeb347d
parent7097312d37d3021cac9bb30a7f8c4660d2a25cd0
tcg/ppc: Update vector support for v3.00 Altivec

These new instructions are conditional only on MSR.VEC and
are thus part of the Altivec instruction set, and not VSX.
This includes negation and compare not equal.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/ppc/tcg-target.h
tcg/ppc/tcg-target.inc.c