MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / vxworks1.d
1 #as: -mips2 -mvxworks-pic -mabi=32 -EB
2 #objdump: -dr
3
4 .*: file format .*
5
6 Disassembly of section \.text:
7
8 00000000 <\.text>:
9 #
10 # la $4,local
11 #
12 .*: 8f840000 lw a0,0\(gp\)
13 .*: R_MIPS_GOT16 \.data
14 #
15 # la $4,global
16 #
17 .*: 8f840000 lw a0,0\(gp\)
18 .*: R_MIPS_GOT16 global
19 #
20 # lw $4,local
21 #
22 .*: 8f840000 lw a0,0\(gp\)
23 .*: R_MIPS_GOT16 \.data
24 .*: 8c840000 lw a0,0\(a0\)
25 #
26 # lw $4,global
27 #
28 .*: 8f840000 lw a0,0\(gp\)
29 .*: R_MIPS_GOT16 global
30 .*: 8c840000 lw a0,0\(a0\)
31 #
32 # sw $4,local
33 #
34 .*: 8f810000 lw at,0\(gp\)
35 .*: R_MIPS_GOT16 \.data
36 .*: ac240000 sw a0,0\(at\)
37 #
38 # sw $4,global
39 #
40 .*: 8f810000 lw at,0\(gp\)
41 .*: R_MIPS_GOT16 global
42 .*: ac240000 sw a0,0\(at\)
43 #
44 # ulw $4,local
45 #
46 .*: 8f810000 lw at,0\(gp\)
47 .*: R_MIPS_GOT16 \.data
48 .*: 88240000 lwl a0,0\(at\)
49 .*: 98240003 lwr a0,3\(at\)
50 #
51 # ulw $4,global
52 #
53 .*: 8f810000 lw at,0\(gp\)
54 .*: R_MIPS_GOT16 global
55 .*: 88240000 lwl a0,0\(at\)
56 .*: 98240003 lwr a0,3\(at\)
57 #
58 # usw $4,local
59 #
60 .*: 8f810000 lw at,0\(gp\)
61 .*: R_MIPS_GOT16 \.data
62 .*: a8240000 swl a0,0\(at\)
63 .*: b8240003 swr a0,3\(at\)
64 #
65 # usw $4,global
66 #
67 .*: 8f810000 lw at,0\(gp\)
68 .*: R_MIPS_GOT16 global
69 .*: a8240000 swl a0,0\(at\)
70 .*: b8240003 swr a0,3\(at\)
71 \.\.\.
This page took 0.031074 seconds and 4 git commands to generate.