This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What is a paradoxical subreg?


On Sun, 2 May 1999 13:12:28 +0200, Erik Corry wrote:
>What is a paradoxical subreg?  I couldn't find any documentation/
>comments describing this.

A subreg wider than its reg is paradoxical.  (subreg:SI (reg:HI 12) 0)
for example.  See the `Registers and Memory' subsection of gcc.info,
which comes from rtl.texi.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]