Update release-README after completing the 2.43 release.
[binutils-gdb.git] / sim / testsuite / cr16 / jcc.cgs
blob84db77a4bc59545716b56e80f814470acd23abba
1 # cr16 testcase for jcc (regp)
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global jcc
9 jcc:
10         movd $ok, (r7,r6)
11         lshd $-1, (r7,r6)
13         mvi_h_condbit 0
14         movw $12, r4
15         movw $10, r5
16         cmpw r4, r5
17         jcc (r7,r6)
18 not_ok:
19         fail
20 ok:
21         pass