9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] sparc compiler bug
@ 2005-01-09 22:52 Tim Newsham
  2005-01-10 10:44 ` Charles Forsyth
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Newsham @ 2005-01-09 22:52 UTC (permalink / raw)
  To: 9fans

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-10 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-09 22:52 [9fans] sparc compiler bug Tim Newsham
2005-01-10 10:44 ` Charles Forsyth

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).