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
Automatic date update in version.in
[binutils-gdb.git]
/
sim
/
testsuite
/
cr16
/
mulsw.cgs
blob
5bf5ac15fa0b4f76e1d2b26ce399841996f4f36e
1
# cr16 testcase for mulsw reg, (regp)
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global mulsw
9
mulsw:
10
movw $0xfff,r4 # fix for 0xffff
11
movd $0xffffffff,(r6,r5)
12
13
mulsw r4, (r6,r5)
14
test_h_grp "(r6,r5)", 0xfffff001
15
16
pass