x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / cmpi.s
1 .section .text
2 .global _fun
3
4 xc16x_cmpd:
5
6 cmpd1 r0,#0x0f
7 cmpd1 r0,#0x0fccb
8 cmpd1 r0,0xffcb
9 cmpd2 r0,#0x0f
10 cmpd2 r0,#0x0fccb
11 cmpd2 r0,0xffcb
12 cmpi1 r0,#0x0f
13 cmpi1 r0,#0x0fccb
14 cmpi1 r0,0xffcb
15 cmpi2 r0,#0x0f
16 cmpi2 r0,#0x0fccb
17 cmpi2 r0,0xffcb
18
This page took 0.030027 seconds and 4 git commands to generate.