binutils-gdb/sim/testsuite/frv/st.cgs

17 lines
252 B
Plaintext
Raw Normal View History

# frv testcase for st $GRk,@($GRi,$GRj)
# mach: all
.include "testutils.inc"
start
.global add
add:
set_mem_limmed 0xdead,0xbeef,sp
set_gr_immed 0,gr7
set_gr_limmed 0xffff,0xffff,gr8
st gr8,@(sp,gr7)
test_mem_limmed 0xffff,0xffff,sp
pass