qemu-patch-raspberry4/tcg/aarch64
Richard Henderson 984fdcee34 tcg/aarch64: Split up is_fimm
There are several sub-classes of vector immediate, and only MOVI
can use them all.  This will enable usage of MVNI and ORRI, which
use progressively fewer sub-classes.

This patch adds no new functionality, merely splits the function
and moves part of the logic into tcg_out_dupi_vec.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2019-05-22 15:09:43 -04:00
..
tcg-target.h tcg/aarch64: Support vector bitwise select value 2019-05-22 15:09:43 -04:00
tcg-target.inc.c tcg/aarch64: Split up is_fimm 2019-05-22 15:09:43 -04:00
tcg-target.opc.h tcg/aarch64: Support vector variable shift opcodes 2019-05-13 22:52:08 +00:00