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

	.include "media/testutils.inc"

	start

	.global msubsw
msubsw:
	msubs.w r0, r0, r0

	pass