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
Update release-README after completing the 2.43 release.
[binutils-gdb.git]
/
sim
/
testsuite
/
sh
/
shlr8.s
blob
d609af119e32a18e1e929f6af8c8754d0d04f937
1
# sh testcase for shlr8
2
# mach: all
3
# as(sh): -defsym sim_cpu=0
4
# as(shdsp): -defsym sim_cpu=1 -dsp
5
6
.include
"testutils.inc"
7
8
start
9
10
shrl8
:
11
set_grs_a5a5
12
shlr8
r0
13
assertreg0
0xa5a5a5
14
shlr8
r0
15
assertreg0
0xa5a5
16
shlr8
r0
17
assertreg0
0xa5
18
shlr8
r0
19
assertreg0
0x0
20
21
set_greg
0xa5a5a5a5
,
r0
22
test_grs_a5a5
23
pass
24
exit
0