Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-6.d
1 #objdump: -dr
2 #as: -mfix-24k -32 -EB
3 #name: 24K: Triple Store (Store Macro Check)
4
5 .*: +file format .*mips.*
6
7 Disassembly of section .text:
8 0+ <.*>:
9 0: abbf0050 swl ra,80\(sp\)
10 4: bbbf0053 swr ra,83\(sp\)
11 8: abb30058 swl s3,88\(sp\)
12 c: bbb3005b swr s3,91\(sp\)
13 10: abbe0060 swl s8,96\(sp\)
14 14: bbbe0063 swr s8,99\(sp\)
15 18: 0000000d break
16 1c: a3bf0051 sb ra,81\(sp\)
17 20: 001f0a02 srl at,ra,0x8
18 24: a3a10050 sb at,80\(sp\)
19 28: a3b30059 sb s3,89\(sp\)
20 2c: 00130a02 srl at,s3,0x8
21 30: a3a10058 sb at,88\(sp\)
22 34: a3be0061 sb s8,97\(sp\)
23 38: 001e0a02 srl at,s8,0x8
24 3c: a3a10060 sb at,96\(sp\)
25 40: 0000000d break
26 44: e7a00050 swc1 \$f0,80\(sp\)
27 48: e7a20058 swc1 \$f2,88\(sp\)
28 4c: 00000000 nop
29 50: e7a40060 swc1 \$f4,96\(sp\)
30 54: 0000000d break
31 58: f7a00050 sdc1 \$f0,80\(sp\)
32 5c: f7a20058 sdc1 \$f2,88\(sp\)
33 60: 00000000 nop
34 64: f7a40060 sdc1 \$f4,96\(sp\)
35 68: 0000000d break
36 \.\.\.
This page took 0.03008 seconds and 4 git commands to generate.