public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: David Edelsohn <dje@watson.ibm.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: target/7282: powerpc64 SImode in FPR
Date: Sat, 13 Jul 2002 07:26:00 -0000	[thread overview]
Message-ID: <20020713142601.22488.qmail@sources.redhat.com> (raw)

The following reply was made to PR target/7282; it has been noted by GNATS.

From: David Edelsohn <dje@watson.ibm.com>
To: gcc-gnats@gcc.gnu.org, gcc-patches@gcc.gnu.org
Cc:  
Subject: Re: target/7282: powerpc64 SImode in FPR 
Date: Sat, 13 Jul 2002 10:18:54 -0400

 	This looks okay except for
 
 +  [(set (match_operand:DF 0 "gpc_reg_operand" "=f")
 +	(float:DF (match_operand:SI 1 "gpc_reg_operand" "*f")))
 +   (clobber (match_operand:DI 2 "memory_operand" "=o"))
 +   (clobber (match_operand:DI 3 "gpc_reg_operand" "=r"))
 +   (clobber (match_operand:DI 4 "gpc_reg_operand" "=f"))]
 
 The input SImode operand should have constraint "r", not "*f".  The whole
 point of this pattern is to move the SImode operand from the GPR to the
 FPR because GCC sometimes gets confused when asked to do this itself.
 SImode is not allowed in FPRs, so the "*f" constraint is contradictory.
 
 David


             reply	other threads:[~2002-07-13 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-13  7:26 David Edelsohn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-07-13 22:46 Alan Modra
2002-07-13  4:36 Alan Modra
2002-07-12  0:16 Alan Modra

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=20020713142601.22488.qmail@sources.redhat.com \
    --to=dje@watson.ibm.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).