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
/
stc.cgs
blob
581297cef9d1adbac4ba1c455673e39152a70899
1
# frv testcase for stc $CPRk,@($GRi,$GRj)
2
# mach: frv
3
# as(frv): -mcpu=frv
4
5
.include "testutils.inc"
6
7
start
8
9
.global stc
10
stc:
11
set_mem_limmed 0xdead,0xbeef,sp
12
set_gr_immed 0,gr7
13
set_cpr_limmed 0xffff,0xffff,cpr8
14
stc cpr8,@(sp,gr7)
15
test_mem_limmed 0xffff,0xffff,sp
16
17
pass