gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / cmpi.s
CommitLineData
d70c5fc7
NC
1.section .text
2.global _fun
3
4xc16x_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.325978 seconds and 4 git commands to generate.