]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/sh64/media/ftrcdq.cgs
This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / ftrcdq.cgs
1 # sh testcase for ftrc.dq $drgh, $drf -*- Asm -*-
2 # mach: all
3 # as: -isa=shmedia
4 # ld: -m shelf64
5
6 .include "media/testutils.inc"
7
8 start
9 init:
10 pta wrong, tr0
11
12 ftrcdq:
13 movi -9, r0
14 fmov.qd r0, dr0
15 float.qd dr0, dr0
16 ftrc.dq dr0, dr2
17 fmov.dq dr2, r1
18 bne r0, r1, tr0
19
20 okay:
21 pass
22
23 wrong:
24 fail