~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/h8300/rotshs.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
        .h8300s
 
2
        .text
 
3
h8300s_rotate_shift:
 
4
        rotl.b r0l
 
5
        rotl.b #2,r0l
 
6
        rotl.w r0
 
7
        rotl.w #2,r0
 
8
        rotl.l er0
 
9
        rotl.l #2,er0
 
10
        rotr.b r0l
 
11
        rotr.b #2,r0l
 
12
        rotr.w r0
 
13
        rotr.w #2,r0
 
14
        rotr.l er0
 
15
        rotr.l #2,er0
 
16
        rotxl.b r0l
 
17
        rotxl.b #2,r0l
 
18
        rotxl.w r0
 
19
        rotxl.w #2,r0
 
20
        rotxl.l er0
 
21
        rotxl.l #2,er0
 
22
        rotxr.b r0l
 
23
        rotxr.b #2,r0l
 
24
        rotxr.w r0
 
25
        rotxr.w #2,r0
 
26
        rotxr.l er0
 
27
        rotxr.l #2,er0
 
28
        shal.b r0l
 
29
        shal.b #2,r0l
 
30
        shal.w r0
 
31
        shal.w #2,r0
 
32
        shal.l er0
 
33
        shal.l #2,er0
 
34
        shar.b r0l
 
35
        shar.b #2,r0l
 
36
        shar.w r0
 
37
        shar.w #2,r0
 
38
        shar.l er0
 
39
        shar.l #2,er0
 
40
        shll.b r0l
 
41
        shll.b #2,r0l
 
42
        shll.w r0
 
43
        shll.w #2,r0
 
44
        shll.l er0
 
45
        shll.l #2,er0
 
46
        shlr.b r0l
 
47
        shlr.b #2,r0l
 
48
        shlr.w r0
 
49
        shlr.w #2,r0
 
50
        shlr.l er0
 
51
        shlr.l #2,er0