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
/
movfg.cgs
blob
c3da00ec16b87a57a01f723b0d04b49af806354d
1
# frv testcase for movfg $FRk,$GRj
2
# mach: all
3
4
.include "testutils.inc"
5
6
start
7
8
.global movfg
9
movfg:
10
set_fr_iimmed 0xdead,0xbeef,fr8
11
set_gr_limmed 0,0,gr8
12
movfg fr8,gr8
13
test_gr_limmed 0xdead,0xbeef,gr8
14
test_fr_limmed 0xdead,0xbeef,fr8
15
16
pass