Searched refs:set_aligned_word64_Origin_to_undef (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_main.c | 2302 static INLINE void set_aligned_word64_Origin_to_undef ( Addr a, UInt otag ) in set_aligned_word64_Origin_to_undef() function 3337 set_aligned_word64_Origin_to_undef( base + 8 * 0, otag ); in MC_() 3338 set_aligned_word64_Origin_to_undef( base + 8 * 1, otag ); in MC_() 3339 set_aligned_word64_Origin_to_undef( base + 8 * 2, otag ); in MC_() 3340 set_aligned_word64_Origin_to_undef( base + 8 * 3, otag ); in MC_() 3341 set_aligned_word64_Origin_to_undef( base + 8 * 4, otag ); in MC_() 3342 set_aligned_word64_Origin_to_undef( base + 8 * 5, otag ); in MC_() 3343 set_aligned_word64_Origin_to_undef( base + 8 * 6, otag ); in MC_() 3344 set_aligned_word64_Origin_to_undef( base + 8 * 7, otag ); in MC_() 3345 set_aligned_word64_Origin_to_undef( base + 8 * 8, otag ); in MC_() [all …]
|