~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/xc16x/add_test.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
_start:
 
3
        add r0,r1
 
4
        add r0,r2
 
5
        add r0,r3
 
6
        add r0,r4
 
7
        add r0,r5
 
8
        add r0,r6
 
9
        add r0,r7
 
10
        add r0,r8
 
11
        add r0,r9
 
12
        add r0,r10
 
13
        add r0,r11
 
14
        add r0,r12
 
15
        add r0,r13
 
16
        add r0,r14
 
17
        add r0,r15
 
18
 
 
19
        add r1,r0
 
20
        add r1,r2
 
21
        add r1,r3
 
22
        add r1,r4
 
23
        add r1,r5
 
24
        add r1,r6
 
25
        add r1,r7
 
26
        add r1,r8
 
27
        add r1,r9
 
28
        add r1,r10
 
29
        add r1,r11
 
30
        add r1,r12
 
31
        add r1,r13
 
32
        add r1,r14
 
33
        add r1,r15
 
34
        
 
35
        add r2,r0
 
36
        add r2,r1
 
37
        add r2,r3
 
38
        add r2,r4
 
39
        add r2,r5
 
40
        add r2,r6
 
41
        add r2,r7
 
42
        add r2,r8
 
43
        add r2,r9
 
44
        add r2,r10
 
45
        add r2,r11
 
46
        add r2,r12
 
47
        add r2,r13
 
48
        add r2,r14
 
49
        add r2,r15
 
50
        
 
51
        add r3,r0
 
52
        add r3,r1
 
53
        add r3,r2
 
54
        add r3,r4
 
55
        add r3,r5
 
56
        add r3,r6
 
57
        add r3,r7
 
58
        add r3,r8
 
59
        add r3,r9
 
60
        add r3,r10
 
61
        add r3,r11
 
62
        add r3,r12
 
63
        add r3,r13
 
64
        add r3,r14
 
65
        add r3,r15
 
66
        
 
67
        add r0,[r1]
 
68
        add r0,[r1+]
 
69
        add r0,#3
 
70
        add r0,#0xffff
 
71
        add r0,0xffff
 
72
        add 0xffff,r0
 
73
        
 
74
        addb rl0,rh0
 
75
        addb rl0[r0]
 
76
        addb rl0,#3
 
77
        addb rl0,#0xff
 
78
        addb r0,0xff10
 
79
        addb 0xff10,r0
 
80
        
 
81
        addc r0,r1
 
82
        addc r0,[r1]
 
83
        addc r0,#3
 
84
        addc r0,#0xff12
 
85
        addc r0,#0xff12
 
86
        addc r0,0xff12
 
87
        addc 0xff12,r0
 
88
        
 
89
        addcb rl0,#3
 
90
        addcb rl0,#0xff
 
91
        addcb r0,0xff10
 
92
        addcb 0xff10,r0
 
 
b'\\ No newline at end of file'