gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / cache.d
1 #objdump: -dr
2 #name: cache
3 .*: +file format .*
4 Disassembly of section .text:
5
6 00000000 <prefetch>:
7 0: 45 02 PREFETCH\[P5\];
8 2: 67 02 PREFETCH\[FP\+\+\];
9 4: 46 02 PREFETCH\[SP\];
10
11 00000006 <flush>:
12 6: 52 02 FLUSH\[P2\];
13 8: 76 02 FLUSH\[SP\+\+\];
14
15 0000000a <flushinv>:
16 a: 6c 02 FLUSHINV\[P4\+\+\];
17 c: 4f 02 FLUSHINV\[FP\];
18
19 0000000e <iflush>:
20 e: 5b 02 IFLUSH\[P3\];
21 10: 7f 02 IFLUSH\[FP\+\+\];
22 ...
This page took 0.037367 seconds and 4 git commands to generate.