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
/
frv
/
jmpl.cgs
blob
9a58e606614768682556ffcb3e4d05c2dede24c5
1
# frv testcase for jmpl @($GRi,$GRj)
2
# mach: all
3
4
.include "testutils.inc"
5
6
start
7
8
.global jmpl
9
jmpl:
10
set_spr_immed 0,lr
11
set_gr_addr ok1,gr8
12
set_gr_immed 1,gr9 ; target gets aligned down
13
jmpl @(gr8,gr9)
14
fail
15
ok1:
16
test_spr_immed 0,lr
17
18
pass