commit | 392acacc1eccb05b0f3c98c75fd03e9a4c1aa884 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 26 09:30:41 2022 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 28 13:38:16 2022 +0100 |
tree | fe17b8c64c6eee99efe2d5241f1b2a6ff0752f05 | |
parent | 138a1f7b3f5fa93c8debc94bf06c8a8e5815cba9 [diff] |
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>