public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: ak@muc.de
To: Richard Henderson <rth@cygnus.com>
Cc: ak@muc.de, egcs@cygnus.com
Subject: Re: Feature request: ability to describe x86 register halves as contraints.
Date: Tue, 30 Jun 1998 04:50:00 -0000	[thread overview]
Message-ID: <19980630135032.22058@kali.lrz-muenchen.de> (raw)
In-Reply-To: <19980630004629.A20825@dot.cygnus.com>

On Tue, Jun 30, 1998 at 09:46:29AM +0200, Richard Henderson wrote:
> On Mon, Jun 29, 1998 at 06:44:04PM +0200, ak@muc.de wrote:
> > The only way to do this is to use fixed input registers and hardcode the 
> > register halves. Unfortunately this adds some compiler version dependencies
> > to my code, and also limits the possibilities of the compiler to do other
> > optimizations. 
> 
> Incorrect:
> 
>    b -- print the QImode name of the register for the indicated operand.
>         %b0 would print %al if operands[0] is reg 0.
>    w --  likewise, print the HImode name of the register.
>    k --  likewise, print the SImode name of the register.
>    h --  print the QImode name for a "high" register, either ah, bh, ch or dh.
> 
> So:
> 
> 	asm ("# %0 %b0 %h0 %w0 %k0" : : "q"(x));
> 
> yields
> 
> 	# %eax %al %ah %ax %eax

Ok, I feel stupid now, but to my defense I must say that this is not 
documented in the info pages. 

Thank you.

-Andi

  reply	other threads:[~1998-06-30  4:50 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-29 20:41 ak
1998-06-30  0:42 ` Richard Henderson
1998-06-30  4:50   ` ak [this message]
1998-06-30 19:49     ` Alan Modra
1998-06-30 19:49       ` Andreas Kleen
1998-06-30 14:08   ` Jeffrey A Law
1998-06-30  9:24     ` Richard Henderson
1998-06-30  1:02 ` Jeffrey A Law
1998-06-30 11:53   ` Joern Rennecke
1998-06-30 11:53     ` Jeffrey A Law
1998-07-01  3:42       ` Richard Henderson
1998-06-30 15:15   ` Bill Currie
1998-06-30 15:26     ` Jeffrey A Law
1998-06-30 23:15       ` Bill Currie
1998-06-30 19:49         ` Jeffrey A Law
1998-07-01 10:51           ` Joern Rennecke
1998-07-01 10:51             ` Jeffrey A Law
1998-07-01 13:20 Michael Meissner
1998-07-01 20:15 ` Joern Rennecke
     [not found] <359ABD84.2FC4@tssc.co.nz>
1998-07-02  1:39 ` Jeffrey A Law
1998-07-02  1:39   ` Bill Currie
1998-07-02  1:39     ` Jeffrey A Law
1998-07-03  0:12       ` Bill Currie
1998-07-02 11:02     ` Joern Rennecke
1998-07-02 15:15       ` Bill Currie
1998-07-02 15:15         ` Joern Rennecke

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=19980630135032.22058@kali.lrz-muenchen.de \
    --to=ak@muc.de \
    --cc=egcs@cygnus.com \
    --cc=rth@cygnus.com \
    /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).