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
Update release-README after completing the 2.43 release.
[binutils-gdb.git]
/
sim
/
testsuite
/
cr16
/
push3.cgs
blob
f9f5c2653c0d0ffb720128a67e42412adacb7276
1
# cr16 testcase for push RA insns.
2
# mach: cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global push1
9
push1:
10
movd $0x1006, (sp)
11
movd $0xabcd, (ra)
12
push RA
13
14
15
loadd 0x1002, (r3,r2)
16
cmpd (r3,r2), (ra)
17
beq ok
18
br not_ok
19
not_ok:
20
fail
21
ok:
22
pass
23
24