Searched refs:set_aligned_word64_Origin_to_undef (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_main.c | 2346 static INLINE void set_aligned_word64_Origin_to_undef ( Addr a, UInt otag ) in set_aligned_word64_Origin_to_undef() function 3381 set_aligned_word64_Origin_to_undef( base + 8 * 0, otag ); in MC_() 3382 set_aligned_word64_Origin_to_undef( base + 8 * 1, otag ); in MC_() 3383 set_aligned_word64_Origin_to_undef( base + 8 * 2, otag ); in MC_() 3384 set_aligned_word64_Origin_to_undef( base + 8 * 3, otag ); in MC_() 3385 set_aligned_word64_Origin_to_undef( base + 8 * 4, otag ); in MC_() 3386 set_aligned_word64_Origin_to_undef( base + 8 * 5, otag ); in MC_() 3387 set_aligned_word64_Origin_to_undef( base + 8 * 6, otag ); in MC_() 3388 set_aligned_word64_Origin_to_undef( base + 8 * 7, otag ); in MC_() 3389 set_aligned_word64_Origin_to_undef( base + 8 * 8, otag ); in MC_() [all …]
|