URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [sh64/] [media/] [stl.cgs] - Rev 373
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log