repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
sim
/
testsuite
/
cris
/
asm
/
jumppv32.ms
blob
c37f42d323a605ef3ed605c044b374de798b5acb
1
# mach: crisv32
2
# output: 2222\n
3
4
# Test that jump Pd works.
5
6
.include "testutils.inc"
7
start
8
x:
9
setf zvnc
10
move 0f,srp
11
test_cc 1 1 1 1
12
jump srp
13
nop
14
quit
15
16
0:
17
test_cc 1 1 1 1
18
move 1f,mof
19
jump mof
20
nop
21
quit
22
23
.space 32768,0
24
quit
25
1:
26
move.d 0x2222,r3
27
dumpr3
28
quit