diff options
author | iximeow <me@iximeow.net> | 2021-12-31 23:13:41 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-12-31 23:13:41 -0800 |
commit | 457f344767ba9b869e6710709718941aeb60a77a (patch) | |
tree | b5e3b8a07c7cad712575f0c8ab88ce9604702684 /test | |
parent | b460185cca5ad4111cc7907182c307b99c4c21dd (diff) |
more pac instructions, fmov fixes
Diffstat (limited to 'test')
-rw-r--r-- | test/armv8/a64.rs | 3 |
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); |