summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/bfin/cache.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/bfin/cache.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/bfin/cache.s24
1 files changed, 0 insertions, 24 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/bfin/cache.s b/binutils-2.17/gas/testsuite/gas/bfin/cache.s
deleted file mode 100644
index 925d8096..00000000
--- a/binutils-2.17/gas/testsuite/gas/bfin/cache.s
+++ /dev/null
@@ -1,24 +0,0 @@
- .text
- .global prefetch
-prefetch:
- prefetch[p5];
- PreFetch [fp++];
- PREFETCH [SP];
-
- .text
- .global flush
-flush:
- flush[ p2 ];
- FLUsH [SP++];
-
- .text
- .global flushinv
-flushinv:
- flushinv[ P4 ++ ];
- FLUshINv [ fp ];
-
- .text
- .global iflush
-iflush:
- iflush[ p3 ];
- iflush [ fp++ ];