~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/arm/thumbv6.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
.text
 
2
.align 0
 
3
 
 
4
.thumb
 
5
label:
 
6
        cpsie  ia
 
7
        cpsid  af
 
8
        cpy    r3, r4
 
9
        rev    r2, r7
 
10
        rev16  r5, r1
 
11
        revsh  r3, r6
 
12
        setend be
 
13
        setend le
 
14
        sxth   r0, r1
 
15
        sxtb   r1, r2
 
16
        uxth   r3, r4
 
17
        uxtb   r5, r6
 
18
 
 
19
        # Add four nop instructions to ensure that the output is
 
20
        # 32-byte aligned as required for arm-aout.
 
21
        nop
 
22
        nop
 
23
        nop
 
24
        nop