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

	.include "media/testutils.inc"

	start

	.global maddsub
maddsub:
	madds.ub r0, r0, r0

	pass