summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/lds-fpul.cgs
blob: 1a80a7032ea2c1de22502abc0205aecc482da715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# sh testcase for lds $rn, fpul -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32

	.include "compact/testutils.inc"

	start

	.global lds_fpul
lds_fpul:
	mov #63, r0
	shll8 r0
	add #128, r0
	shll16 r0
	lds r0, fpul
	pass