MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / vxworks1-xgot.d
1 #as: -mips2 -mvxworks-pic -xgot -mabi=32 -EB
2 #source: vxworks1.s
3 #objdump: -dr
4
5 .*: file format .*
6
7 Disassembly of section \.text:
8
9 00000000 <\.text>:
10 #
11 # la $4,local
12 #
13 .*: 3c040000 lui a0,0x0
14 .*: R_MIPS_GOT_HI16 \.data
15 .*: 009c2021 addu a0,a0,gp
16 .*: 8c840000 lw a0,0\(a0\)
17 .*: R_MIPS_GOT_LO16 \.data
18 #
19 # la $4,global
20 #
21 .*: 3c040000 lui a0,0x0
22 .*: R_MIPS_GOT_HI16 global
23 .*: 009c2021 addu a0,a0,gp
24 .*: 8c840000 lw a0,0\(a0\)
25 .*: R_MIPS_GOT_LO16 global
26 #
27 # lw $4,local
28 #
29 .*: 3c040000 lui a0,0x0
30 .*: R_MIPS_GOT_HI16 \.data
31 .*: 009c2021 addu a0,a0,gp
32 .*: 8c840000 lw a0,0\(a0\)
33 .*: R_MIPS_GOT_LO16 \.data
34 .*: 8c840000 lw a0,0\(a0\)
35 #
36 # lw $4,global
37 #
38 .*: 3c040000 lui a0,0x0
39 .*: R_MIPS_GOT_HI16 global
40 .*: 009c2021 addu a0,a0,gp
41 .*: 8c840000 lw a0,0\(a0\)
42 .*: R_MIPS_GOT_LO16 global
43 .*: 8c840000 lw a0,0\(a0\)
44 #
45 # sw $4,local
46 #
47 .*: 3c010000 lui at,0x0
48 .*: R_MIPS_GOT_HI16 \.data
49 .*: 003c0821 addu at,at,gp
50 .*: 8c210000 lw at,0\(at\)
51 .*: R_MIPS_GOT_LO16 \.data
52 .*: ac240000 sw a0,0\(at\)
53 #
54 # sw $4,global
55 #
56 .*: 3c010000 lui at,0x0
57 .*: R_MIPS_GOT_HI16 global
58 .*: 003c0821 addu at,at,gp
59 .*: 8c210000 lw at,0\(at\)
60 .*: R_MIPS_GOT_LO16 global
61 .*: ac240000 sw a0,0\(at\)
62 #
63 # ulw $4,local
64 #
65 .*: 3c010000 lui at,0x0
66 .*: R_MIPS_GOT_HI16 \.data
67 .*: 003c0821 addu at,at,gp
68 .*: 8c210000 lw at,0\(at\)
69 .*: R_MIPS_GOT_LO16 \.data
70 .*: 88240000 lwl a0,0\(at\)
71 .*: 98240003 lwr a0,3\(at\)
72 #
73 # ulw $4,global
74 #
75 .*: 3c010000 lui at,0x0
76 .*: R_MIPS_GOT_HI16 global
77 .*: 003c0821 addu at,at,gp
78 .*: 8c210000 lw at,0\(at\)
79 .*: R_MIPS_GOT_LO16 global
80 .*: 88240000 lwl a0,0\(at\)
81 .*: 98240003 lwr a0,3\(at\)
82 #
83 # usw $4,local
84 #
85 .*: 3c010000 lui at,0x0
86 .*: R_MIPS_GOT_HI16 \.data
87 .*: 003c0821 addu at,at,gp
88 .*: 8c210000 lw at,0\(at\)
89 .*: R_MIPS_GOT_LO16 \.data
90 .*: a8240000 swl a0,0\(at\)
91 .*: b8240003 swr a0,3\(at\)
92 #
93 # usw $4,global
94 #
95 .*: 3c010000 lui at,0x0
96 .*: R_MIPS_GOT_HI16 global
97 .*: 003c0821 addu at,at,gp
98 .*: 8c210000 lw at,0\(at\)
99 .*: R_MIPS_GOT_LO16 global
100 .*: a8240000 swl a0,0\(at\)
101 .*: b8240003 swr a0,3\(at\)
102 \.\.\.
This page took 0.043849 seconds and 4 git commands to generate.