diff options
author | iximeow <me@iximeow.net> | 2021-12-31 02:51:52 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-12-31 02:51:52 -0800 |
commit | ad120206e5112bcb15ab58403dd09e5baa3ea9d5 (patch) | |
tree | afa7a95ef163cac435d9e51f0c1daff509f1420b /test/armv8 | |
parent | 7dd687d42293b75685fadda21ffafad1925a52de (diff) |
sshll is weird
Diffstat (limited to 'test/armv8')
-rw-r--r-- | test/armv8/a64.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/armv8/a64.rs b/test/armv8/a64.rs index 2b43284..25e0906 100644 --- a/test/armv8/a64.rs +++ b/test/armv8/a64.rs @@ -4725,7 +4725,7 @@ fn test_fcmla() { #[test] fn test_vec_shift() { const TESTS: &[([u8; 4], &'static str)] = &[ - ([0x00, 0xe8, 0x21, 0x2e], "shll v0.8h, v0.8h, #0x8"), + ([0x00, 0xa4, 0x08, 0x0f], "sshll v0.8h, v0.8b, #0x0"), ]; let errs = run_tests(TESTS); |