~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/mips/micromips@24k-triple-stores-1.d

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#objdump: -dr
 
2
#as: -mfix-24k -32
 
3
#name: 24K: Triple Store (Opcode Check)
 
4
#source: 24k-triple-stores-1.s
 
5
 
 
6
.*: +file format .*mips.*
 
7
 
 
8
Disassembly of section \.text:
 
9
 
 
10
[0-9a-f]+ <.*>:
 
11
 *[0-9a-f]+:    185d 0000       sb      v0,0\(sp\)
 
12
 *[0-9a-f]+:    187d 0008       sb      v1,8\(sp\)
 
13
 *[0-9a-f]+:    189d 0010       sb      a0,16\(sp\)
 
14
 *[0-9a-f]+:    18bd 0018       sb      a1,24\(sp\)
 
15
 *[0-9a-f]+:    18dd 0020       sb      a2,32\(sp\)
 
16
 *[0-9a-f]+:    385d 0000       sh      v0,0\(sp\)
 
17
 *[0-9a-f]+:    387d 0008       sh      v1,8\(sp\)
 
18
 *[0-9a-f]+:    389d 0010       sh      a0,16\(sp\)
 
19
 *[0-9a-f]+:    38bd 0018       sh      a1,24\(sp\)
 
20
 *[0-9a-f]+:    38dd 0020       sh      a2,32\(sp\)
 
21
 *[0-9a-f]+:    c840            sw      v0,0\(sp\)
 
22
 *[0-9a-f]+:    c862            sw      v1,8\(sp\)
 
23
 *[0-9a-f]+:    c884            sw      a0,16\(sp\)
 
24
 *[0-9a-f]+:    c8a6            sw      a1,24\(sp\)
 
25
 *[0-9a-f]+:    c8c8            sw      a2,32\(sp\)
 
26
 *[0-9a-f]+:    605d 9000       swr     v0,0\(sp\)
 
27
 *[0-9a-f]+:    607d 9008       swr     v1,8\(sp\)
 
28
 *[0-9a-f]+:    609d 9010       swr     a0,16\(sp\)
 
29
 *[0-9a-f]+:    60bd 9018       swr     a1,24\(sp\)
 
30
 *[0-9a-f]+:    60dd 9020       swr     a2,32\(sp\)
 
31
 *[0-9a-f]+:    605d 8000       swl     v0,0\(sp\)
 
32
 *[0-9a-f]+:    607d 8008       swl     v1,8\(sp\)
 
33
 *[0-9a-f]+:    609d 8010       swl     a0,16\(sp\)
 
34
 *[0-9a-f]+:    60bd 8018       swl     a1,24\(sp\)
 
35
 *[0-9a-f]+:    60dd 8020       swl     a2,32\(sp\)
 
36
 *[0-9a-f]+:    605d b000       sc      v0,0\(sp\)
 
37
 *[0-9a-f]+:    607d b008       sc      v1,8\(sp\)
 
38
 *[0-9a-f]+:    609d b010       sc      a0,16\(sp\)
 
39
 *[0-9a-f]+:    60bd b018       sc      a1,24\(sp\)
 
40
 *[0-9a-f]+:    60dd b020       sc      a2,32\(sp\)
 
41
 *[0-9a-f]+:    985d 0000       swc1    \$f2,0\(sp\)
 
42
 *[0-9a-f]+:    987d 0008       swc1    \$f3,8\(sp\)
 
43
 *[0-9a-f]+:    989d 0010       swc1    \$f4,16\(sp\)
 
44
 *[0-9a-f]+:    98bd 0018       swc1    \$f5,24\(sp\)
 
45
 *[0-9a-f]+:    98dd 0020       swc1    \$f6,32\(sp\)
 
46
 *[0-9a-f]+:    205d 8000       swc2    \$2,0\(sp\)
 
47
 *[0-9a-f]+:    207d 8008       swc2    \$3,8\(sp\)
 
48
 *[0-9a-f]+:    209d 8010       swc2    \$4,16\(sp\)
 
49
 *[0-9a-f]+:    20bd 8018       swc2    \$5,24\(sp\)
 
50
 *[0-9a-f]+:    20dd 8020       swc2    \$6,32\(sp\)
 
51
 *[0-9a-f]+:    b85d 0000       sdc1    \$f2,0\(sp\)
 
52
 *[0-9a-f]+:    b87d 0008       sdc1    \$f3,8\(sp\)
 
53
 *[0-9a-f]+:    b89d 0010       sdc1    \$f4,16\(sp\)
 
54
 *[0-9a-f]+:    b8bd 0018       sdc1    \$f5,24\(sp\)
 
55
 *[0-9a-f]+:    b8dd 0020       sdc1    \$f6,32\(sp\)
 
56
 *[0-9a-f]+:    205d a000       sdc2    \$2,0\(sp\)
 
57
 *[0-9a-f]+:    207d a008       sdc2    \$3,8\(sp\)
 
58
 *[0-9a-f]+:    209d a010       sdc2    \$4,16\(sp\)
 
59
 *[0-9a-f]+:    20bd a018       sdc2    \$5,24\(sp\)
 
60
 *[0-9a-f]+:    20dd a020       sdc2    \$6,32\(sp\)
 
61
 *[0-9a-f]+:    5528 0088       swxc1   \$f0,t1\(t0\)
 
62
 *[0-9a-f]+:    5548 0888       swxc1   \$f1,t2\(t0\)
 
63
 *[0-9a-f]+:    5568 1088       swxc1   \$f2,t3\(t0\)
 
64
 *[0-9a-f]+:    5588 1888       swxc1   \$f3,t4\(t0\)
 
65
 *[0-9a-f]+:    55a8 2088       swxc1   \$f4,t5\(t0\)
 
66
 *[0-9a-f]+:    5528 0108       sdxc1   \$f0,t1\(t0\)
 
67
 *[0-9a-f]+:    5548 1108       sdxc1   \$f2,t2\(t0\)
 
68
 *[0-9a-f]+:    5568 2108       sdxc1   \$f4,t3\(t0\)
 
69
 *[0-9a-f]+:    5588 3108       sdxc1   \$f6,t4\(t0\)
 
70
 *[0-9a-f]+:    55a8 4108       sdxc1   \$f8,t5\(t0\)
 
71
 *[0-9a-f]+:    5528 0188       suxc1   \$f0,t1\(t0\)
 
72
 *[0-9a-f]+:    5548 1188       suxc1   \$f2,t2\(t0\)
 
73
 *[0-9a-f]+:    5568 2188       suxc1   \$f4,t3\(t0\)
 
74
 *[0-9a-f]+:    5588 3188       suxc1   \$f6,t4\(t0\)
 
75
 *[0-9a-f]+:    55a8 4188       suxc1   \$f8,t5\(t0\)
 
76
 *[0-9a-f]+:    0c00            nop
 
77
        \.\.\.