~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/arc/extb.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
# extb test
 
2
 
 
3
        extb r0,r1
 
4
        extb fp,sp
 
5
 
 
6
        extb r0,0
 
7
        extb r1,-1
 
8
        extb 0,r2
 
9
        extb -1,r3
 
10
        extb r4,255
 
11
        extb 255,r5
 
12
        extb r6,-256
 
13
        extb -256,r7
 
14
 
 
15
        extb r8,256
 
16
        extb r9,-257
 
17
        extb r11,0x42424242
 
18
 
 
19
        extb 255,256
 
20
 
 
21
        extb r0,foo
 
22
 
 
23
        extb.eq r10,r11
 
24
        extb.ne r12,r13
 
25
        extb.lt r14,0
 
26
        extb.gt r15,512
 
27
 
 
28
        extb.f r0,r1
 
29
        extb.f r2,1
 
30
        extb.f 0,r4
 
31
        extb.f r5,512
 
32
        extb.f 512,512
 
33
 
 
34
        extb.eq.f r0,r1
 
35
        extb.ne.f r1,0
 
36
        extb.lt.f 0,r2
 
37
        extb.le.f r0,512
 
38
        extb.n.f 512,512