URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [sh64/] [media/] [stl.cgs] - Rev 840
Compare with Previous | Blame | View Log
# sh testcase for st.l $rm, $disp10, $rd -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64
.include "media/testutils.inc"
start
init:
movi -1, r7
xori r7, 13, r7
movi 40, r0
shlli r0, 8, r0
stl1:
st.l r0, 0, r7
stl2:
st.l r0, 4, r7
stl3:
st.l r0, -4, r7
okay:
pass