tcg/aarch64: Support vector bitwise select value
commita9e434a5dc16f71ee156428619fc3c3765b68f26
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 19 Apr 2019 20:42:58 +0000 (19 20:42 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 May 2019 19:09:43 +0000 (22 15:09 -0400)
tree0f3345b6bae495d9f264d591c9a924a55f88ae24
parentebcfb91abed8c0fb180a968b9004419c208dcc02
tcg/aarch64: Support vector bitwise select value

The instruction set has 3 insns that perform the same operation,
only varying in which operand must overlap the destination.  We
can represent the operation without overlap and choose based on
the operands seen.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.h
tcg/aarch64/tcg-target.inc.c