blob: 1b84008c9d255873c35801f293e91fdf1dd0588a [file] [log] [blame]
# sh testcase for stc gbr, $rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global stc_gbr
stc_gbr:
stc gbr, r1
mov #42, r1
ldc r1, gbr
stc gbr, r2
cmp/eq r1, r2
bf wrong
okay:
pass
wrong:
fail