]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/ppc: Update vector support for v2.07 Altivec
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Sep 2019 03:39:24 +0000 (03:39 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Oct 2019 14:10:25 +0000 (07:10 -0700)
commit64ff1c6d21745f2be89c76604391ae454f8490d0
tree063060a5a26333c9c2c2fb7a7268e6a03e217e82
parent47c906ae6f54fa10b3f072863d8993e790a14439
tcg/ppc: Update vector support for v2.07 Altivec

These new instructions are conditional only on MSR.VEC and
are thus part of the Altivec instruction set, and not VSX.
This includes lots of double-word arithmetic and a few extra
logical operations.

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