This is the mail archive of the gcc-bugs@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: SIGN_EXTRACT feature, perhaps


On Wed, Apr 07, 1999 at 03:38:54AM -0600, Jeffrey A Law wrote:
>   > No.  SIGN_EXTRACT is read-only.  ZERO_EXTRACT as a destination is
>   > a bitfield insertion, and as such it doesn't matter about sign,
>   > so we just worry about the one.
> I hate to disagree with you, but....  Note carefully "they may appear
> on the left side of an assignment".  Perhaps you're confusing them with
> zero/sign_extend which only appear in a source operand.

No, I wasn't confusing sign_extend -- but I am surprised to see
sign_extract documented as a destination.  I thought we only used
zero_extract for that.


r~


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