All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randolph Chung <randolph@tausq.org>
To: John David Anglin <dave@hiauly1.hia.nrc.ca>
Cc: jsoe0708@tiscali.be, parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] Re: uaccess ya patch
Date: Tue, 26 Nov 2002 10:44:55 -0800	[thread overview]
Message-ID: <20021126184455.GK19331@tausq.org> (raw)
In-Reply-To: <200211261731.gAQHVZ4N021906@hiauly1.hia.nrc.ca>

> > maybe you are thinking of floating point registers? %r2 is general
> > register number 2, i.e. the return pointer.  it is not what you want to
> > store into memory.
> 
> The 'R' operand code selects the second half of a register pair.  So
> '%R2' refers to the second half of operand 2 in the asm.  Look at
> print_operand in pa.c to see the available codes for asms.

oh, i see, somehow i thought %R2 == %r2...

i guess if a 64-bit number is always passed in a way that we can access
the first half as %1 and the second half as %1R then we can do away with
the masking.... 

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/

  reply	other threads:[~2002-11-26 18:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-26 10:05 [parisc-linux] uaccess ya patch jsoe0708
2002-11-26 16:29 ` [parisc-linux] " Randolph Chung
2002-11-26 17:02   ` jsoe0708
2002-11-26 17:22     ` Randolph Chung
2002-11-26 17:31       ` John David Anglin
2002-11-26 18:44         ` Randolph Chung [this message]
2002-11-26 18:56           ` John David Anglin

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=20021126184455.GK19331@tausq.org \
    --to=randolph@tausq.org \
    --cc=dave@hiauly1.hia.nrc.ca \
    --cc=jsoe0708@tiscali.be \
    --cc=parisc-linux@lists.parisc-linux.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.