Lines Matching refs:bigendian
1054 static INLINE UWord byte_offset_w ( UWord wordszB, Bool bigendian,
1056 return bigendian ? (wordszB-1-byteno) : byteno;
1202 Addr a, SizeT nBits, Bool bigendian )
1237 UWord long_index = byte_offset_w(szL, bigendian, j);
1240 ai = a + 8*long_index + byte_offset_w(8, bigendian, i);
1318 ULong mc_LOADVn_slow ( Addr a, SizeT nBits, Bool bigendian )
1375 ai = a + byte_offset_w(szB, bigendian, i);
1464 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian )
1535 ai = a + byte_offset_w(szB, bigendian, i);