blob: 6205de7558d045f71f34e8ecf824762d3eb7e0b9 [file] [log] [blame]
# sh testcase for mov.l $rm, @(r0, $rn)
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
setaddr:
mov #0, r0
mov #30, r1
shll8 r1
init:
# Build up a distinctive bit pattern.
mov #1, r2
shll8 r2
add #12, r2
shll8 r2
add #85, r2
shll8 r2
add #170, r2
mov.l r2, @(r0, r1)
check:
# Load it back.
mov.l @(r0, r1), r3
cmp/eq r2, r3
bf wrong
okay:
pass
wrong:
fail