From d040eddf4f31583032b27d3dd51cc341a14e7299 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 29 Dec 2021 01:58:36 -0800 Subject: and sve should error for now --- test/armv8/a64.rs | 5 +++++ 1 file changed, 5 insertions(+) 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); -- cgit v1.1