summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/media/ldq.cgs
blob: cacc076bb901e70f8c515ab739c86ce24eef7df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# sh testcase for ld.q $rm, $disp10x8, $rd -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64

	.include "media/testutils.inc"

	start
init:
	movi 20, r3
	shlli r3, 8, r3

ldl1:
	ld.q r3, 0, r0
ldl2:
	ld.q r3, -8, r0
ldl3:
	ld.q r3, 8, r0

okay:
	pass