commit | f4fa83d6148f9d9bbd543c776e6cdc919c43c8e3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue May 28 13:30:17 2024 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu May 30 15:24:39 2024 +0100 |
tree | 2dba80d126021dc99a2da9af9ab5de885f1dd925 | |
parent | 1217edace8a5f1f8c4eb7f0648ff47eccd08bc8e [diff] |
target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB This eliminates the last uses of these neon helpers. Incorporate the MO_64 expanders as an option to the vector expander. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20240528203044.612851-7-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>