aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/armv8/a64.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/armv8/a64.rs b/test/armv8/a64.rs
index c7bddf7..2ee09c7 100644
--- a/test/armv8/a64.rs
+++ b/test/armv8/a64.rs
@@ -46,6 +46,11 @@ fn test_neon() {
}
#[test]
+fn test_sve() {
+ test_err([0x00, 0x00, 0x00, 0x04], DecodeError::IncompleteDecoder);
+}
+
+#[test]
fn test_unpredictable() {
// could be stx/ldx but Lo1 is `x1` and invalid.
test_err([0x00, 0x00, 0x20, 0x08], DecodeError::InvalidOpcode);