~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/mips/lifloat.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Source file used to test the li.d and li.s macros.
 
2
        
 
3
foo:    
 
4
        li.d    $4,1.12345
 
5
        li.d    $f4,1.12345
 
6
        
 
7
        li.s    $4,1.12345
 
8
        li.s    $f4,1.12345
 
9
 
 
10
# Round to a 16 byte boundary, for ease in testing multiple targets.
 
11
        .ifdef  SVR4
 
12
        nop
 
13
        nop
 
14
        nop
 
15
        .endif
 
16
        .ifdef  XGOT
 
17
        nop
 
18
        nop
 
19
        nop
 
20
        .endif