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

	.include "media/testutils.inc"

	start

	.global shllil
shllil:
	shlli.l r0, 0, r0

	pass