target/arm: Use tcg_constant for predicate descriptors
commit392acacc1eccb05b0f3c98c75fd03e9a4c1aa884
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Apr 2022 16:30:41 +0000 (26 09:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Apr 2022 12:38:16 +0000 (28 13:38 +0100)
treefe17b8c64c6eee99efe2d5241f1b2a6ff0752f05
parent138a1f7b3f5fa93c8debc94bf06c8a8e5815cba9
target/arm: Use tcg_constant for predicate descriptors

In these cases, 't' did double-duty as zero source and
temporary destination.  Split the two uses.

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