This is the mail archive of the gcc-patches@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: [new-regalloc-branch] bunch of things [6/10]


On Tue, Jul 17, 2001 at 06:29:40PM +0200, Michael Matz wrote:
> A question to those who know better than me: I guess a bitfield insertion
> only defines the specified bits, and leave all others untouched, right?

Yep.

> I.e. if some other bits were undefined before, they still are, and if they
> were defined, they are unchanged.

Exactly.

Incidentally, STRICT_LOW_PART is a special case of a 
bitfield insert, so it isn't a simple copy either.


r~


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