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