OSDN Git Service

target/arm: Move sve zip high_ofs into simd_data
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 May 2022 18:18:10 +0000 (11:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 May 2022 16:05:08 +0000 (17:05 +0100)
commit09eb6d7025d14bc01293a1bd6ecfcde985dec4d9
tree4903c2442594371d0e8a53e70ddc9b1056c667b3
parent1d0fce4bd0c6ceff32f14f8bab118351c4366a6c
target/arm: Move sve zip high_ofs into simd_data

This is in line with how we treat uzp, and will
eliminate the special case code during translation.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220527181907.189259-58-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c
target/arm/translate-sve.c