diff options
author | iximeow <me@iximeow.net> | 2021-12-31 14:23:20 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-12-31 14:23:20 -0800 |
commit | 7c2f7552f78eba6229a3fea352b68a7e0a6dad6c (patch) | |
tree | 8549a5bf91d53691a1d426eacb7db7dab1c26e49 /test/armv8 | |
parent | ad120206e5112bcb15ab58403dd09e5baa3ea9d5 (diff) |
shift/sm3ss fixes
Diffstat (limited to 'test/armv8')
-rw-r--r-- | test/armv8/a64.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/armv8/a64.rs b/test/armv8/a64.rs index 25e0906..b652ec3 100644 --- a/test/armv8/a64.rs +++ b/test/armv8/a64.rs @@ -4726,6 +4726,7 @@ fn test_fcmla() { fn test_vec_shift() { const TESTS: &[([u8; 4], &'static str)] = &[ ([0x00, 0xa4, 0x08, 0x0f], "sshll v0.8h, v0.8b, #0x0"), + ([0x00, 0xa4, 0x08, 0x2f], "ushll v0.8h, v0.8b, #0x0"), ]; let errs = run_tests(TESTS); |