This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / fcmpund.cgs
1 # sh testcase for fcmpun.d $drg, $drh, $rd -*- 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 fcmpund:
13 movi 0, r0
14 movi 1, r1
15 fmov.qd r0, dr0
16 float.qd dr0, dr0
17 fmov.qd r1, dr2
18 float.qd dr2, dr2
19 fcmpun.d dr0, dr2, r7
20 bnei r7, 0, tr0
21
22 okay:
23 pass
24
25 wrong:
26 fail
This page took 0.046895 seconds and 4 git commands to generate.