blob: 45539810bebcc10a6136ecbb3669852bfb93de6b [file] [log] [blame]
# sh testcase for movt $rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global movt
init:
sett
movt r1
assert r1, #1
clear:
clrt
movt r1
assert r1, #0
set:
sett
movt r1
assert r1, #1
okay:
pass
wrong:
fail