summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/movcal.cgs
blob: 7aac57e7f4381445772084d915e6d194272970ee (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 movca.l r0, @$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global movcal
movcal:
	mov #1, r0
	rotr r0
	add #128, r0
	mov #40, r1
	shll8 r1
	movca.l r0, @r1

	# Load the word back in.
	mov.l @r1, r3
	cmp/eq r0, r3
	bf wrong
	
okay:
	pass
wrong:
	fail