opcodes/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / system.s
index 7fca5c2d48ecb13e0d7fa3dbeef255c7e8c2e409..234b900a3f9fd373335c4fd23dab757ffef91e07 100644 (file)
        .endm
 
        all_prefetchs   op=prfm, from=0, to=31
+
+       //
+       // PREFETCHS with named operation
+       //
+
+       .irp op, pld, pli, pst
+       .irp l, l1, l2, l3
+       .irp t, keep, strm
+       prfm    \op\l\t, [x3, #24]
+       .endr
+       .endr
+       .endr
This page took 0.022904 seconds and 4 git commands to generate.