Update release-README after completing the 2.43 release.
[binutils-gdb.git] / sim / testsuite / cr16 / mulb.cgs
blobc4b859f22c53019d6f183cd806e4232ac9382e0e
1 # cr16 testcase for mulb $imm4/imm16/reg,$reg
2 # mach(): cr16 
4         .include "testutils.inc"
6         start
8         .global mulb
9 mulb:
10         movw $0x1234,r4
11         movw $0x4567,r5
13         mulb r4, r5
14         cmpb $0xec, r5
15         beq ok1
16 not_ok:
17         fail
19 ok1:
20         movw $3,r4
21         mulb $7,r4
22         cmpb $21, r4
23         beq ok
24         br not_ok
25 ok:
26         movw $3,r4
27         mulb $0x1207, r4
28         test_h_gr r4, 21
30         pass