| To: | "Kevin D. Kissell" <kevink@mips.com> |
|---|---|
| Subject: | Re: [PATCH] incorrect asm constraints for ll/sc constructs |
| From: | Ralf Baechle <ralf@oss.sgi.com> |
| Date: | Sat, 26 May 2001 19:23:40 -0300 |
| Cc: | Daniel Jacobowitz <dan@debian.org>, linux-mips@oss.sgi.com |
| In-reply-to: | <00c901c0e631$4bcebd80$0deca8c0@Ulysses>; from kevink@mips.com on Sun, May 27, 2001 at 12:14:43AM +0200 |
| References: | <Pine.GSO.3.96.1010525130531.17652A-100000@delta.ds2.pg.gda.pl> <011801c0e55f$e4d39820$0deca8c0@Ulysses> <20010525144937.A28370@nevyn.them.org> <00c901c0e631$4bcebd80$0deca8c0@Ulysses> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
On Sun, May 27, 2001 at 12:14:43AM +0200, Kevin D. Kissell wrote: > Fair enough. It was an offhand remark. But seriously, what does > the "R" constraint mean here? The only documentation I've got > (http://linux.fh-heilbronn.de/doku/GNU/docs/gcc/gcc_163.html#SEC163) > says that "Q" through "U" are reserved for use with EXTRA_CONSTRAINT > in machine-dependent definitions of arbitrary operand types. When > and where does it get bound for MIPS gcc, and what is it supposed > to mean? If I compile this kind of fragment using a "m" constraint, > it seems to do the right thing, at least on my archaic native compiler. Correct, "R" is a machine dependent constraint. At least when it's working right it's supposed to expand into offset(reg) where offset is limited to 16 bits. That's implemented in gcc/config/gcc/mips/mips.h's EXTRA_CONSTRAINT macro. In case of an "R" constraint gcc calls the simple_memory_operand() function which will return 1 if the memory operand fits into a single instruction. Ralf |
| Previous by Date: | Re: [PATCH] incorrect asm constraints for ll/sc constructs, Kevin D. Kissell |
|---|---|
| Next by Date: | Re: MIPS_ATOMIC_SET again (Re: newest kernel, Florian Lohoff |
| Previous by Thread: | Re: [PATCH] incorrect asm constraints for ll/sc constructs, Kevin D. Kissell |
| Next by Thread: | Re: [PATCH] incorrect asm constraints for ll/sc constructs, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |