gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-2.d
1 #objdump: -dr
2 #as: -mfix-24k -32
3 #name: 24K: Triple Store (Range Check)
4
5 .*: +file format .*mips.*
6
7 Disassembly of section .text:
8 00000000 <.text>:
9 0: a3a20000 sb v0,0\(sp\)
10 4: 00000000 nop
11 8: a3a3000a sb v1,10\(sp\)
12 c: a3a4001f sb a0,31\(sp\)
13 10: 0000000d break
14 14: a7a20000 sh v0,0\(sp\)
15 18: a7a3fff0 sh v1,-16\(sp\)
16 1c: a7a4ffe0 sh a0,-32\(sp\)
17 20: 0000000d break
18 24: afa20000 sw v0,0\(sp\)
19 28: afa3fff8 sw v1,-8\(sp\)
20 2c: 00000000 nop
21 30: afa40008 sw a0,8\(sp\)
22 34: 0000000d break
23 38: bba20000 swr v0,0\(sp\)
24 3c: bba3fff0 swr v1,-16\(sp\)
25 40: bba40010 swr a0,16\(sp\)
26 44: 0000000d break
27 48: aba20000 swl v0,0\(sp\)
28 4c: aba30008 swl v1,8\(sp\)
29 50: 00000000 nop
30 54: aba40010 swl a0,16\(sp\)
31 58: aba50018 swl a1,24\(sp\)
32 5c: 00000000 nop
33 60: aba60000 swl a2,0\(sp\)
34 64: 0000000d break
35 68: e3a20020 sc v0,32\(sp\)
36 6c: e3a30008 sc v1,8\(sp\)
37 70: e3a4fff8 sc a0,-8\(sp\)
38 74: 00000000 nop
39 78: e3a50000 sc a1,0\(sp\)
40 7c: e3a60020 sc a2,32\(sp\)
41 \.\.\.
This page took 0.031478 seconds and 5 git commands to generate.