AArch64: Add new STZGM instruction for Armv8.5-A Memory Tagging Extension.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / illegal-memtag.s
index 35d1b12870bee105ede52d86b392afc68c8190d0..2a45e164af3847f18c441e9cc45d7b79c865404f 100644 (file)
@@ -20,6 +20,10 @@ func:
        stgp x1, x2, [x3, #33]
        stgp x1, x2, [x3, #-1025]
 
+       # STZGM
+       stzgm x2, [x3, #16]
+       stzgm x4, [x5, #16]!
+
        # Illegal SP/XZR registers
        irg xzr, x2, x3
        irg x1, xzr, x3
@@ -46,3 +50,5 @@ func:
        stgp x0, x0, [xzr]
        ldg sp, [x0, #16]
        ldg x0, [xzr, #16]
+       stzgm x0, [xzr]
+       stzgm sp, [x3]
This page took 0.023441 seconds and 4 git commands to generate.