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]
Other format: [Raw text]

Re: Fix powerpc64 g77


	Would it be clearer to use INTVAL (x) instead of reconsistuting
the 64-bit value?

  low = INTVAL (x) << (POINTER_SIZE - GET_MODE_BITSIZE (mode));
  high = (HOST_WIDE_INT) low >> 32;
  low &= 0xffffffff;

David


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