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

	.include "compact/testutils.inc"

	start

	.global ldsl_fpul
ldsl_fpul:
	mov #40, r0
	shll8 r0
	# remember the address.
	mov r0, r1
	lds.l @r0+, fpul

	# ensure post increment occurred.
	add #4, r1
	cmp/eq r0, r1
	bf wrong

okay:	
	pass
wrong:
	fail