Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_include.h626 VG_REGPARM(2) void MC_(helperc_STOREV8) ( Addr, UWord );
Dmc_translate.c5088 case Ity_I8: helper = &MC_(helperc_STOREV8); in do_shadow_Store()
5105 case Ity_I8: helper = &MC_(helperc_STOREV8); in do_shadow_Store()
Dmc_main.c4764 void MC_(helperc_STOREV8) ( Addr a, UWord vbits8 ) in MC_() argument
/external/valgrind/VEX/useful/
Dtest_main.c2290 case Ity_I64: helper = &MC_(helperc_STOREV8); in do_shadow_STle()