repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add an option with a color type.
[binutils-gdb.git]
/
sim
/
testsuite
/
cr16
/
mulw.cgs
blob
cbd4552e338539ab9d75b5158e003532407811a4
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