Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / mulw.cgs
blobcbd4552e338539ab9d75b5158e003532407811a4
1 # cr16 testcase for mulw reg reg
2 # mach(): cr16 
4         .include "testutils.inc"
6         start
8         .global mulw
9 mulw:
10         movw $0x1234,r4
11         movw $0x1234,r5
13         mulw r4, r5
14         cmpw $0x5a90, r5
15         beq ok1
16 not_ok:
17         fail
19 ok1:
20         mulw $0x1234, r4
21         test_h_gr r4, 0x5a90
23         pass