blob: f5ffdec8dcedb4354e274dfc3bf20c1ab4aa9ecc [file] [log] [blame]
# sh testcase for lds.l @${rn}+, mach -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global ldsl_mach
ldsl_mach:
mov #40, r0
shll8 r0
# save address for later examination.
mov r0, r1
lds.l @r0+, mach
add #4, r1
cmp/eq r0, r1
bf wrong
okay:
pass
wrong:
fail