]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/h8300/movwh.s
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / h8300 / movwh.s
1 .h8300h
2 .text
3 h8300h_movw:
4 mov.w r0,r1
5 mov.w #16,r0
6 mov.w @er1,r0
7 mov.w @(16:16,er1),r0
8 mov.w @(32:24,er1),r0
9 mov.w @er1+,r0
10 mov.w @h8300h_movw:16,r0
11 mov.w @h8300h_movw:24,r0
12 mov.w r0,@er1
13 mov.w r0,@(16:16,er1)
14 mov.w r0,@(32:24,er1)
15 mov.w r0,@-er1
16 mov.w r0,@h8300h_movw:16
17 mov.w r0,@h8300h_movw:24
18