]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gas/testsuite/gas/mips/ldstla-32.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.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