Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/testsuite/cr16/stord.cgs
2023-03-06 14:48:14 +01:00

21 lines
269 B
Text

# cr16 testcase for st $src1,@$src2
# mach(): cr16
.include "testutils.inc"
start
.global st
st:
movd $data_loc, (r4,r3)
movd $0x12345678, (r6,r5)
stord (r6,r5),0(r4,r3)
loadd 0(r4,r3), (r1,r0)
test_h_grp "( r1,r0)", 0x12345678
pass
data_loc:
.word 0