~ubuntu-branches/ubuntu/karmic/insight/karmic

« back to all changes in this revision

Viewing changes to sim/testsuite/sim/sh64/media/fmovsl.cgs

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2007-12-04 22:37:09 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204223709-jxj396d1ox92s8ox
Tags: 6.7.1.dfsg.1-1
* New upstream release.
* This typo has been fixed in the upstream - closes: #314037.
* Removed non-free documents (GFDL'd with Invariant Sections, etc.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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