]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/sh64/media/fmovsl.cgs
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / fmovsl.cgs
1 # sh testcase for fmov.sl $frgh, $rd -*- Asm -*-
2 # mach: all
3 # as: -isa=shmedia
4 # ld: -m shelf64
5
6 .include "media/testutils.inc"
7
8 start
9
10 fmovsl:
11 pta wrong, tr0
12 movi 9, r0
13 fmov.ls r0, fr0
14 fmov.sl fr0, r1
15 bne r0, r1, tr0
16
17 okay:
18 pass
19
20 wrong:
21 fail