blob: 854ef341552b254688cb8c439ccf98add445c593 [file] [log] [blame]
# sh testcase for sts.l macl, @-$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global stsl_macl
stsl_macl:
# Build up a distinctive bit pattern.
mov #1, r0
shll8 r0
add #12, r0
shll8 r0
add #85, r0
shll8 r0
add #170, r0
lds r0, macl
mov #40, r2
shll8 r2
# Preserve r2.
mov r2, r7
sts.l macl, @-r2
# check results.
mov.l @r2, r3
cmp/eq r0, r3
bf wrong
# Ensure decrement occurred.
add #4, r2
cmp/eq r2, r7
bf wrong
okay:
pass
wrong:
fail