diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/armv8/a64.rs | 5 |
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); |