]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/bfin/event.d
* configure.ac: Move comment to remove extra space in last argument
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bfin / event.d
1 #objdump: -dr
2 #name: event
3 .*: +file format .*
4
5 Disassembly of section .text:
6
7 00000000 <idle>:
8 0: 20 00 IDLE;
9
10 00000002 <csync>:
11 2: 23 00 CSYNC;
12
13 00000004 <ssync>:
14 4: 24 00 SSYNC;
15
16 00000006 <emuexcpt>:
17 6: 25 00 EMUEXCPT;
18
19 00000008 <cli>:
20 8: 37 00 CLI R7;
21 a: 30 00 CLI R0;
22
23 0000000c <sti>:
24 c: 41 00 STI R1;
25 e: 42 00 STI R2;
26
27 00000010 <raise>:
28 10: 9f 00 RAISE 0xf;
29 12: 90 00 RAISE 0x0;
30
31 00000014 <excpt>:
32 14: af 00 EXCPT 0xf;
33 16: a0 00 EXCPT 0x0;
34
35 00000018 <testset>:
36 18: b5 00 TESTSET \(P5\);
37 1a: b0 00 TESTSET \(P0\);
38
39 0000001c <nop>:
40 1c: 00 00 NOP;
41 1e: 03 c0 00 18 MNOP;
42 ...