Home | History | Annotate | Download | only in memcheck

Lines Matching refs:bigendian

1052 static INLINE UWord byte_offset_w ( UWord wordszB, Bool bigendian, 
1054 return bigendian ? (wordszB-1-byteno) : byteno;
1201 Addr a, SizeT nBits, Bool bigendian )
1236 UWord long_index = byte_offset_w(szL, bigendian, j);
1239 ai = a + 8*long_index + byte_offset_w(8, bigendian, i);
1314 ULong mc_LOADVn_slow ( Addr a, SizeT nBits, Bool bigendian )
1371 ai = a + byte_offset_w(szB, bigendian, i);
1460 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian )
1531 ai = a + byte_offset_w(szB, bigendian, i);