Remove test for unsupported 'popa' instruction.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / list_insn.d
1 #as:
2 #objdump: -dr
3 #name: list_insn
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 00000000 <push>:
10 0: 6e 34 18 00 push r14, {r3,r4}
11 4: b2 ff push r2
12
13 00000006 <pushx>:
14 6: 7f 34 ff 00 pushx r15, {r0,r1,r2,r3,r4,r5,r6,r7}
15
16 0000000a <pop>:
17 a: 40 32 00 04 loadm r0, {r10}
18 e: c2 ff pop r2
19
20 00000010 <popx>:
21 10: 7f 32 fb 00 popx r15, {r0,r1,r3,r4,r5,r6,r7}
22
23 00000014 <popret>:
24 14: 6e 32 02 40 popret r14, {r1,r14}
25 18: de ff popret r14
26
27 0000001a <loadm>:
28 1a: 40 32 03 00 loadm r0, {r0,r1}
29
30 0000001e <loadma>:
31 1e: 5d 32 14 10 loadma r13, {r2,r4,r12}
32
33 00000022 <storm>:
34 22: 4f 34 00 40 storm r15, {r14}
35
36 00000026 <storma>:
37 26: 53 34 01 00 storma r3, {r0}
This page took 0.034599 seconds and 5 git commands to generate.