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?



  In message <19990502131228.A1797@daimi.au.dk>you write:
  > What is a paradoxical subreg?  I couldn't find any documentation/
  > comments describing this.
A subreg where the mode of the subreg is wider than the mode of the
inner object.  For example

(subreg:DI (reg:SI ...))

jeff


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