~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/mips/ldstla-32.s

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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