]> Git Repo - qemu.git/commit
target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)
authorRichard Henderson <[email protected]>
Thu, 7 May 2020 17:23:52 +0000 (10:23 -0700)
committerPeter Maydell <[email protected]>
Mon, 11 May 2020 13:22:54 +0000 (14:22 +0100)
commit7e17d50ebd359ee5fa3d65d7fdc0fe0336d60694
treefdf6331408573ce7e328e44524f9edc9d7ee7214
parent08975da9f0bfcfa654628cae71201a351ba5449a
target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)

DUP (indexed) can duplicate 128-bit elements, so using esz
unconditionally can assert in tcg_gen_gvec_dup_imm.

Fixes: 8711e71f9cbb
Reported-by: Laurent Desnogues <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Laurent Desnogues <[email protected]>
Tested-by: Laurent Desnogues <[email protected]>
Message-id: 20200507172352[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate-sve.c
This page took 0.024556 seconds and 4 git commands to generate.