summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/ldsl-mach.cgs
blob: f5ffdec8dcedb4354e274dfc3bf20c1ab4aa9ecc (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
# sh testcase for lds.l @${rn}+, mach -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global ldsl_mach
ldsl_mach:
	mov #40, r0
	shll8 r0
	# save address for later examination.
	mov r0, r1

	lds.l @r0+, mach

	add #4, r1
	cmp/eq r0, r1
	bf wrong

okay:
	pass
wrong:
	fail