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
/
frv
/
mov.cgs
blob
8a077eb5e5431e7ce831074a2ce073489796253b
1
# frv testcase for mov $GRi,$GRk
2
# mach: all
3
4
.include "testutils.inc"
5
6
start
7
8
.global ori
9
ori:
10
set_gr_immed 0xdeadbeef,gr7
11
set_gr_immed 0xbeefdead,gr8
12
set_icc 0x08,0
13
mov gr7,gr8
14
test_icc 1 0 0 0 icc0
15
test_gr_immed 0xdeadbeef,gr7
16
test_gr_immed 0xdeadbeef,gr8
17
18
pass