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
/
jumpmp.ms
blob
dd21e9c6b3864df4cc733b48233310bcfdd7ae89
1
# mach: crisv3 crisv8 crisv10
2
# output: bed0bed1\n
3
4
# Test that jump indirect clears the "prefixed"
5
# bit.
6
7
.include "testutils.inc"
8
.data
9
w:
10
.dword x1
11
y:
12
.dword 0xbed0bed1
13
14
start
15
x:
16
move.d y,r3
17
jump [w]
18
x1:
19
move.d [r3],r3
20
dumpr3 ; bed0bed1
21
quit