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
/
rach.cgs
blob
c22469834f7a56668d11b3e54c4a745d6a38eee4
1
# m32r testcase for rach
2
# mach(): m32r m32rx
3
4
.include "testutils.inc"
5
6
start
7
8
.global rach
9
rach:
10
mvi_h_accum0 1, 0x40004001
11
rach
12
test_h_accum0 3, 0
13
14
mvi_h_accum0 0x3fff, 0xc0000000
15
rach
16
test_h_accum0 0x7fff, 0
17
18
mvi_h_accum0 0xffff8000, 0
19
rach
20
test_h_accum0 0xffff8000, 0
21
22
pass