Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_include.h617 VG_REGPARM(1) void MC_(helperc_STOREV64le) ( Addr, ULong );
Dmc_main.c4469 VG_REGPARM(1) void MC_(helperc_STOREV64le) ( Addr a, ULong vbits64 ) in MC_() argument
Dmc_translate.c4799 case Ity_I64: helper = &MC_(helperc_STOREV64le); in do_shadow_Store()