]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/cr16/mulw.cgs
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / cr16 / mulw.cgs
1 # cr16 testcase for mulw reg reg
2 # mach(): cr16
3
4 .include "testutils.inc"
5
6 start
7
8 .global mulw
9 mulw:
10 movw $0x1234,r4
11 movw $0x1234,r5
12
13 mulw r4, r5
14 cmpw $0x5a90, r5
15 beq ok1
16 not_ok:
17 fail
18
19 ok1:
20 mulw $0x1234, r4
21 test_h_gr r4, 0x5a90
22
23 pass