Searched refs:helperc_b_load1 (Results 1 – 3 of 3) sorted by relevance
496 VG_REGPARM(1) UWord MC_(helperc_b_load1) ( Addr a );
3589 *otag = MC_(helperc_b_load1)( a ); in is_mem_defined()3628 *otag = MC_(helperc_b_load1)( a ); in mc_is_defined_asciiz()5286 UWord VG_REGPARM(1) MC_(helperc_b_load1)( Addr a ) { in MC_() argument5317 UInt oLo = (UInt)MC_(helperc_b_load1)( a + 0 ); in MC_()5318 UInt oHi = (UInt)MC_(helperc_b_load1)( a + 1 ); in MC_()
5132 case 1: hFun = (void*)&MC_(helperc_b_load1); in gen_load_b()