aboutsummaryrefslogtreecommitdiff
path: root/test/armv8/a64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/armv8/a64.rs')
-rw-r--r--test/armv8/a64.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/armv8/a64.rs b/test/armv8/a64.rs
index 45fa77f..d1c3166 100644
--- a/test/armv8/a64.rs
+++ b/test/armv8/a64.rs
@@ -4864,6 +4864,9 @@ fn test_misc() {
([0x00, 0x24, 0xc0, 0x7e], "fcmgt h0, h0, h0"),
([0x00, 0xd0, 0x40, 0x7f], "sqrdmlah h0, h0, v0.h[0]"),
([0x00, 0x7c, 0xa0, 0x88], "cas w0, w0, [x0]"),
+ ([0x00, 0x30, 0xc0, 0x9a], "pacga x0, x0, x0"),
+ ([0x00, 0x00, 0xae, 0x9e], "fmov x0, v0.d[1]"),
+ ([0x00, 0x00, 0xe6, 0x9e], "fmov x0, h0"),
];
let errs = run_tests(TESTS);