From 457f344767ba9b869e6710709718941aeb60a77a Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 31 Dec 2021 23:13:41 -0800 Subject: more pac instructions, fmov fixes --- test/armv8/a64.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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); -- cgit v1.1