commit | 6b5a3bdf3a71ab3f3bc1e9665ea54ca47c0455ec | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jul 08 20:45:25 2022 +0530 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 11 13:43:51 2022 +0100 |
tree | 934a42b7fdc61bdf25a015a99f10759d599a3741 | |
parent | 7dbfafc157290b52af6109b82b8398d10ef5c3b3 [diff] |
target/arm: Implement SCLAMP, UCLAMP This is an SVE instruction that operates using the SVE vector length but that it is present only if SME is implemented. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220708151540.18136-31-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>