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
/
sethi.cgs
blob
00a3bdd613796a0c17850f578f15d16fff720a6c
1
# frv testcase for sethi $s16,$GRk
2
# mach: all
3
4
.include "testutils.inc"
5
6
start
7
8
.global sethi
9
sethi:
10
set_gr_immed 0,gr1
11
sethi 0,gr1
12
test_gr_immed 0,gr1
13
sethi 1,gr1
14
test_gr_immed 0x00010000,gr1
15
sethi 0x7fff,gr1
16
test_gr_immed 0x7fff0000,gr1
17
18
pass