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
/
storw.cgs
blob
92876361ffebb952e9f17f8f8e4852576a2cb515
1
# cr16 testcase for st $src1,@$src2
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global st
9
st:
10
movd $data_loc, (r4,r3)
11
movw $0x1234,r5
12
13
storw r5,0(r4,r3)
14
15
loadw 0(r4,r3),r1
16
test_h_gr r1, 0x1234
17
18
pass
19
20
data_loc:
21
.word 0