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