commit | 1217edace8a5f1f8c4eb7f0648ff47eccd08bc8e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue May 28 13:30:16 2024 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu May 30 15:24:39 2024 +0100 |
tree | 0eaf67484fc8307e77f44ecf92ad55310b55e704 | |
parent | 8f6343ae18d745653a4668cc0924016444d76460 [diff] |
target/arm: Inline scalar SUQADD and USQADD 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-6-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>