Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/m32r/lduh-d.cgs
2023-03-06 14:48:14 +01:00

20 lines
272 B
Text

# m32r testcase for lduh $dr,@($slo16,$sr)
# mach(): m32r m32rx
.include "testutils.inc"
start
.global lduh_d
lduh_d:
mvaddr_h_gr r4, data_loc
mvi_h_gr r5, 0
lduh r5, @(#2, r4)
test_h_gr r5, 0xf000 ; big endian processor
pass
data_loc:
.word 0x8000f000