~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/movlh.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
        .h8300h
 
2
        .text
 
3
h8300h_movl:
 
4
        mov.l er0,er1
 
5
        mov.l #64,er0
 
6
        mov.l @er1,er0
 
7
        mov.l @(16:16,er1),er0
 
8
        mov.l @(32:24,er1),er0
 
9
        mov.l @er1+,er0
 
10
        mov.l @h8300h_movl:16,er0
 
11
        mov.l @h8300h_movl:24,er0
 
12
        mov.l er0,@er1
 
13
        mov.l er0,@(16:16,er1)
 
14
        mov.l er0,@(32:24,er1)
 
15
        mov.l er0,@-er1
 
16
        mov.l er0,@h8300h_movl:16
 
17
        mov.l er0,@h8300h_movl:24
 
18