9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Tim Newsham <newsham@lava.net>
To: 9fans@cse.psu.edu
Subject: [9fans] sparc compiler bug
Date: Sun,  9 Jan 2005 12:52:49 -1000	[thread overview]
Message-ID: <Pine.BSI.4.58.0501091248230.10670@malasada.lava.net> (raw)

When generating conversion like "FsTOd" the compiler
is generating invalid opcodes.  The format for this
and related instructions has an rs2 and an rd field but
designates the rs1 field as reserved.  The compiler/assembler/linker
is generating:

    opcode=FsToD, rd=6, rs1=6, rs2=10

for the opcode "FSTOD F10, F6."  This is an illegal use of a
reserved field.  I've tried to track this down
but I'm still unfamiliar with the compiler suite.

Tim N.


             reply	other threads:[~2005-01-09 22:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-09 22:52 Tim Newsham [this message]
2005-01-10 10:44 ` Charles Forsyth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.BSI.4.58.0501091248230.10670@malasada.lava.net \
    --to=newsham@lava.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).