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
ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git]
/
sim
/
testsuite
/
m32r
/
srai.cgs
blob
2a1569422a5e9149f7106fe8ff5c632b2ab5e8dc
1
# m32r testcase for srai $dr,#$uimm5
2
# mach(): m32r m32rx
3
4
.include "testutils.inc"
5
6
start
7
8
.global srai
9
srai:
10
mvi_h_gr r5, 0xf0f0f0ff
11
srai r5, #4
12
test_h_gr r5, 0xff0f0f0f
13
14
pass