This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / cache.s
CommitLineData
8df55cb8
CM
1 .text
2 .global prefetch
3prefetch:
4 prefetch[p5];
5 PreFetch [fp++];
6 PREFETCH [SP];
7
8 .text
9 .global flush
10flush:
11 flush[ p2 ];
12 FLUsH [SP++];
13
14 .text
15 .global flushinv
16flushinv:
17 flushinv[ P4 ++ ];
18 FLUshINv [ fp ];
19
20 .text
21 .global iflush
22iflush:
23 iflush[ p3 ];
24 iflush [ fp++ ];
This page took 0.041072 seconds and 4 git commands to generate.