* gas/bfin/vector2.s, gas/bfin/vector2.d: Test to ensure (m) is not
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / cache.s
1 .text
2 .global prefetch
3 prefetch:
4 prefetch[p5];
5 PreFetch [fp++];
6 PREFETCH [SP];
7
8 .text
9 .global flush
10 flush:
11 flush[ p2 ];
12 FLUsH [SP++];
13
14 .text
15 .global flushinv
16 flushinv:
17 flushinv[ P4 ++ ];
18 FLUshINv [ fp ];
19
20 .text
21 .global iflush
22 iflush:
23 iflush[ p3 ];
24 iflush [ fp++ ];
This page took 0.030611 seconds and 4 git commands to generate.