summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/movt.cgs
blob: 45539810bebcc10a6136ecbb3669852bfb93de6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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