* elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ldstla-32.s
1 .text
2 ld $2, 0x0123456789abcdef($3)
3 ld $2, 0xabcdef0123456789($3)
4 ld $2, 0xffffffff80000000($3)
5 ld $2, 0xffffffff00000000($3)
6 ld $2, 0xffffffff7fffffff($3)
7 ld $2, 0xabcdef01($3)
8 ld $2, 0x01234567($3)
9
10 sd $2, 0x0123456789abcdef($3)
11 sd $2, 0xabcdef0123456789($3)
12 sd $2, 0xffffffff80000000($3)
13 sd $2, 0xffffffff00000000($3)
14 sd $2, 0xffffffff7fffffff($3)
15 sd $2, 0xabcdef01($3)
16 sd $2, 0x01234567($3)
17
18 lw $2, 0xffffffff80000000($3)
19 lw $2, 0x01234567($3)
20
21 sw $2, 0x01234567($3)
22
23 la $2, 0x7fffffff
24 la $2, 0x01234567
25
26 .space 8
This page took 0.030192 seconds and 4 git commands to generate.