Home
last modified time | relevance | path

Searched refs:mc_LOADVn_slow (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/memcheck/
Dmc_main.c1373 ULong mc_LOADVn_slow ( Addr a, SizeT nBits, Bool bigendian ) in mc_LOADVn_slow() function
4824 return mc_LOADVn_slow( a, 64, isBigEndian ); in mc_LOADV64()
4832 return (ULong)mc_LOADVn_slow( a, 64, isBigEndian ); in mc_LOADV64()
4849 return mc_LOADVn_slow( a, 64, isBigEndian ); in mc_LOADV64()
5025 return (UWord)mc_LOADVn_slow( a, 32, isBigEndian ); in mc_LOADV32()
5033 return (UWord)mc_LOADVn_slow( a, 32, isBigEndian ); in mc_LOADV32()
5052 return (UWord)mc_LOADVn_slow( a, 32, isBigEndian ); in mc_LOADV32()
5219 return (UWord)mc_LOADVn_slow( a, 16, isBigEndian ); in mc_LOADV16()
5227 return (UWord)mc_LOADVn_slow( a, 16, isBigEndian ); in mc_LOADV16()
5247 return (UWord)mc_LOADVn_slow( a, 16, isBigEndian ); in mc_LOADV16()
[all …]