summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/bfin/cache.d
blob: 4d8d4b33e59d110363b84832b44117a10113896d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#objdump: -dr
#name: cache
.*: +file format .*
Disassembly of section .text:

00000000 <prefetch>:
   0:	45 02       	PREFETCH\[P5\];
   2:	67 02       	PREFETCH\[FP\+\+\];
   4:	46 02       	PREFETCH\[SP\];

00000006 <flush>:
   6:	52 02       	FLUSH\[P2\];
   8:	76 02       	FLUSH\[SP\+\+\];

0000000a <flushinv>:
   a:	6c 02       	FLUSHINV\[P4\+\+\];
   c:	4f 02       	FLUSHINV\[FP\];

0000000e <iflush>:
   e:	5b 02       	IFLUSH\[P3\];
  10:	7f 02       	IFLUSH\[FP\+\+\];
	...