Lines Matching refs:nBits
1202 Addr a, SizeT nBits, Bool bigendian ) in mc_LOADV_128_or_256_slow() argument
1205 SSizeT szB = nBits / 8; in mc_LOADV_128_or_256_slow()
1318 ULong mc_LOADVn_slow ( Addr a, SizeT nBits, Bool bigendian ) in mc_LOADVn_slow() argument
1331 && nBits == 64 && VG_IS_8_ALIGNED(a))) { in mc_LOADVn_slow()
1342 && nBits == 32 && VG_IS_4_ALIGNED(a))) { in mc_LOADVn_slow()
1356 SSizeT szB = nBits / 8; in mc_LOADVn_slow()
1363 tl_assert(nBits == 64 || nBits == 32 || nBits == 16 || nBits == 8); in mc_LOADVn_slow()
1443 && VG_IS_4_ALIGNED(a) && nBits == 32 && n_addrs_bad < 4) { in mc_LOADVn_slow()
1464 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) in mc_STOREVn_slow() argument
1466 SizeT szB = nBits / 8; in mc_STOREVn_slow()
1484 && nBits == 64 && VG_IS_8_ALIGNED(a))) { in mc_STOREVn_slow()
1506 && nBits == 32 && VG_IS_4_ALIGNED(a))) { in mc_STOREVn_slow()
1529 tl_assert(nBits == 64 || nBits == 32 || nBits == 16 || nBits == 8); in mc_STOREVn_slow()
4438 Addr a, SizeT nBits, Bool isBigEndian ) in mc_LOADV_128_or_256() argument
4443 mc_LOADV_128_or_256_slow( res, a, nBits, isBigEndian ); in mc_LOADV_128_or_256()
4448 UWord nBytes = nBits / 8; in mc_LOADV_128_or_256()
4452 if (UNLIKELY( UNALIGNED_OR_HIGH(a,nBits) )) { in mc_LOADV_128_or_256()
4454 mc_LOADV_128_or_256_slow( res, a, nBits, isBigEndian ); in mc_LOADV_128_or_256()
4475 mc_LOADV_128_or_256_slow( res, a, nBits, isBigEndian ); in mc_LOADV_128_or_256()