summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/movl10.cgs
blob: 5e9cf2d2fbdf03ffec8fa38f3b4cc7c3e00cfa8c (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
29
30
31
32
33
34
# sh testcase for mov.l @($imm8x4, pc), $rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

init:
	# Build up a distinctive bit pattern.
	mov #1, r2
	shll8 r2
	add #12, r2
	shll8 r2
	add #85, r2
	shll8 r2
	add #170, r2

	# Store to memory.
	mov #16, r1
	shll8 r1
	add #32, r1
	mov.l r2, @r1
check:
	# Read it back.
	mov.l @(12, pc), r0
	cmp/eq r2, r0
	bf wrong
	
okay:
	pass
wrong:
	fail