This is the mail archive of the gcc-help@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]
Other format: [Raw text]

How do we access higher order bits of a register?


Hi,

I wanted to write an RTL that would access the higher order bits of a
register.? I saw that high:<mode> works only with constants or labels.
 The subreg:<mode> only takes the lower order bits.  Can't find any
way to address the higher order bits.  Any help would be appreciated.

Thanks and regards
Ayonam


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