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
/
seq.cgs
blob
1b4ad790bbcc59c583feeee75e528622e8c9dfef
1
# cr16 testcase for seq reg
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global seq
9
seq:
10
mvi_h_condbit 0
11
movw $12, r4
12
movw $12, r5
13
cmpw r4, r5
14
seq r3
15
cmpw $1, r3
16
beq ok
17
not_ok:
18
fail
19
ok:
20
pass