summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/movl4.cgs
blob: 44440946365f78c9fa3900956ded39311026a1d8 (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
35
36
37
38
# sh testcase for mov.l r0, @($imm8x4, gbr) -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

setaddr:
	mov #30, r1
	shll8 r1
	ldc r1, gbr

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

	mov.l r0, @(4, gbr)
check:
	# Load it back.
	mov.l @(4, gbr), r0
	cmp/eq r0, r7
	bf wrong

okay:	
	pass
wrong:
	fail