]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/aarch64: Implement tcg_out_dupm_vec
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 18 Mar 2019 19:46:58 +0000 (12:46 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 May 2019 22:50:35 +0000 (22:50 +0000)
commitf23e5e15edfd49d5dd72cab2ed2d85ac354b2eeb
tree6ffafeb2079ab4db3de1eb8907bb06f4e75bd499
parent1e262b49b5331441f697461e4305fe06719758a7
tcg/aarch64: Implement tcg_out_dupm_vec

The LD1R instruction does all the work.  Note that the only
useful addressing mode is a base register with no offset.

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