]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/aarch64: Use MVNI in tcg_out_dupi_vec
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 May 2019 19:32:50 +0000 (12:32 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 May 2019 19:09:43 +0000 (15:09 -0400)
commit7e308e003e5b6ddd3130e09711e1d33693230696
tree18f62e4f7327f6dc30ce2f8ecdfe02c38a09e2d0
parent984fdcee342473dfe797897758929dad654693c8
tcg/aarch64: Use MVNI in tcg_out_dupi_vec

The compliment of a subset of immediates can be computed
with a single instruction.

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