summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/media/ldhil.cgs
blob: 4323985ea491b60e0cdb266c3b5d956d26936b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# sh testcase for ldhi.l $rm, $disp6, $rd -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64

	.include "media/testutils.inc"

	start

	.global ldhil
ldhil:
	ldhi.l r0, 0, r0

	pass