Searched refs:helperc_b_store1 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_main.c1854 MC_(helperc_b_store1)( a+i, 0 ); /* clear the origin tag */
1871 MC_(helperc_b_store1)( a+i, 0 ); /* clear the origin tag */
6349 void VG_REGPARM(2) MC_(helperc_b_store1)( Addr a, UWord d32 ) { function
6374 MC_(helperc_b_store1)( a + 0, d32 );
6375 MC_(helperc_b_store1)( a + 1, d32 );
6471 MC_(helperc_b_store1)( a, otag );
6493 MC_(helperc_b_store1)( a, otag );
6503 MC_(helperc_b_store1)( a, 0 );
6525 MC_(helperc_b_store1)( a, 0 );
H A Dmc_include.h644 VG_REGPARM(2) void MC_(helperc_b_store1) ( Addr a, UWord d32 );
H A Dmc_translate.c6879 case 1: hFun = (void*)&MC_(helperc_b_store1);
6880 hName = "MC_(helperc_b_store1)";

Completed in 116 milliseconds