x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / mov.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_mov:
4
5 mov r0,r1
6 mov r0,#02
7 mov r0,#0xfcbe
8 mov r0,[r1]
9 mov r0,[r1+]
10 mov [r0],r1
11 mov [-r0],r1
12 mov [r0],[r1]
13 mov [r0+],[r1]
14 mov [r0],[r1+]
15 mov r0,[r0+#0xffcb]
16 mov [r0+#0xffcb],r0
17 mov [r0],0xffcb
18 mov 0xffcb,[r0]
19 mov r0,0xffcb
20 mov 0xffcb,r0
This page took 0.442827 seconds and 4 git commands to generate.