tcg/ppc: Update vector support for v3.00 load/store
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Sep 2019 04:36:26 +0000 (04:36 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Oct 2019 14:10:44 +0000 (07:10 -0700)
commit6e11cde15074a9b218d89bfb9bbf8ac6f7a881c5
treedc9af042fc160812db6780a055caa15f54966542
parentd7cd6a2f251c54c989fa35858beafe4a25c789af
tcg/ppc: Update vector support for v3.00 load/store

These new instructions are a mix of those like LXSD that are
only conditional only on MSR.VEC and those like LXV that are
conditional on MSR.VEC for TX=1.  Thus, in the end, we can
consider all of these as Altivec instructions.

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.inc.c