OSDN Git Service

modified: utilsrc/src/Admin/Makefile
[eos/others.git] / utilsrc / srcX86MAC64 / Admin / gdb-7.7.1 / sim / testsuite / sim / sh64 / media / fmovqd.cgs
1 # sh testcase for fmov.qd $rm, $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 fmovdq:
13         movi 4, r0
14         fmov.qd r0, dr0
15         fmov.dq dr0, r1
16         bne r0, r1, tr0
17
18 okay:
19         pass
20
21 wrong:
22         fail