diff options
Diffstat (limited to 'gas/testsuite/gas/aarch64/pcdphint-bad.s')
-rw-r--r-- | gas/testsuite/gas/aarch64/pcdphint-bad.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/gas/aarch64/pcdphint-bad.s b/gas/testsuite/gas/aarch64/pcdphint-bad.s new file mode 100644 index 0000000..f496522 --- /dev/null +++ b/gas/testsuite/gas/aarch64/pcdphint-bad.s @@ -0,0 +1,9 @@ +a: + stshh kee + stshh strmm + stshh + prfm ir1234 + prfm ir, [sp, x0, lsl #0] + prfm ir, a + prfum ir, [x0] + prfm ir, [x0, #15] |