* Contribute Hitachi SH5 simulator.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / fmovqd.cgs
CommitLineData
cbb38b47
BE
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
9init:
10 pta wrong, tr0
11
12fmovdq:
13 movi 4, r0
14 fmov.qd r0, dr0
15 fmov.dq dr0, r1
16 bne r0, r1, tr0
17
18okay:
19 pass
20
21wrong:
22 fail
This page took 0.022722 seconds and 4 git commands to generate.