unicorn/qemu/tcg/i386
Richard Henderson ca58be9cb4
tcg: Add support for vector bitwise select
This operation performs d = (b & a) | (c & ~a), and is present
on a majority of host vector units. Include gvec expanders.

Backports commit 38dc12947ec9106237f9cdbd428792c985cd86ae from qemu
2019-05-24 18:15:10 -04:00
..
tcg-target.h tcg: Add support for vector bitwise select 2019-05-24 18:15:10 -04:00
tcg-target.inc.c tcg/i386: Fix dupi/dupm for avx1 and 32-bit hosts 2019-05-24 18:04:08 -04:00
tcg-target.opc.h