diff options
author | Richard Henderson | 2022-07-08 17:15:05 +0200 |
---|---|---|
committer | Peter Maydell | 2022-07-11 14:19:35 +0200 |
commit | 46feb3615106ac9257ce040cfff9543fb1da9ff6 (patch) | |
tree | caa2088a0eaca96cd97641fed70e0cfc40d47a9d /target/arm/sme-fa64.decode | |
parent | target/arm: Mark SMMLA, UMMLA, USMMLA as non-streaming (diff) | |
download | qemu-46feb3615106ac9257ce040cfff9543fb1da9ff6.tar.gz qemu-46feb3615106ac9257ce040cfff9543fb1da9ff6.tar.xz qemu-46feb3615106ac9257ce040cfff9543fb1da9ff6.zip |
target/arm: Mark string/histo/crypto as non-streaming
Mark these as non-streaming instructions, which should trap
if full a64 support is not enabled in streaming mode.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220708151540.18136-11-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/sme-fa64.decode')
-rw-r--r-- | target/arm/sme-fa64.decode | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode index 3260ea2d64..fe462d2ccc 100644 --- a/target/arm/sme-fa64.decode +++ b/target/arm/sme-fa64.decode @@ -59,7 +59,6 @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) -FAIL 0100 0101 --1- ---- 1--- ---- ---- ---- # SVE2 string/histo/crypto instructions FAIL 1000 010- -00- ---- 10-- ---- ---- ---- # SVE2 32-bit gather NT load (vector+scalar) FAIL 1000 010- -00- ---- 111- ---- ---- ---- # SVE 32-bit gather prefetch (vector+imm) FAIL 1000 0100 0-1- ---- 0--- ---- ---- ---- # SVE 32-bit gather prefetch (scalar+vector) |