summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/media/ftrcsq.cgs
blob: 8f19d595e108ad9292577c26035289e9daf17def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# sh testcase for ftrc.sq $frgh, $drf -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64

	.include "media/testutils.inc"

	start

init:
	pta wrong, tr0

ftrcsq:
	movi -9, r0
	fmov.ls r0, fr0
	float.ls fr0, fr0
	ftrc.sq fr0, dr2
	fmov.dq dr2, r1
	bne r0, r1, tr0

okay:
	pass

wrong:
	fail