]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Add opcodes for vector nand, nor, eqv
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Dec 2021 19:17:46 +0000 (11:17 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Mar 2022 18:50:41 +0000 (08:50 -1000)
commited5234735af0c9ddc120ba2297e47714c5126abd
treeaa1d8992688099dc71ccc0f28a5b52f3e7a7c022
parent0166feda3257b5987be62566ad1f421c6527ba67
tcg: Add opcodes for vector nand, nor, eqv

We've had placeholders for these opcodes for a while,
and should have support on ppc, s390x and avx512 hosts.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-opc.h
include/tcg/tcg.h
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/optimize.c
tcg/ppc/tcg-target.h
tcg/s390x/tcg-target.h
tcg/tcg-op-vec.c
tcg/tcg.c