Searched refs:ULong_to_Ptr (Results 1 – 6 of 6) sorted by relevance
163 static inline void* ULong_to_Ptr ( ULong n ) { in ULong_to_Ptr() function171 static inline void* ULong_to_Ptr ( ULong n ) { in ULong_to_Ptr() function
767 if (ULong_to_Ptr(addr64) in chase_into_ok()1399 if (ULong_to_Ptr(nraddr) in VG_()1459 vta.guest_bytes = (UChar*)ULong_to_Ptr(addr); in VG_()
472 if (ULong_to_Ptr(lr) == (void*)&VG_(ppctoc_magic_redirect_return_stub) in VG_()
1783 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 ); in amd64g_dirtyhelper_loadF80le()1791 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) ); in amd64g_dirtyhelper_storeF80le()
1442 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 ); in x86g_dirtyhelper_loadF80le()1450 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) ); in x86g_dirtyhelper_storeF80le()
832 instrAddr = (Addr)ULong_to_Ptr(st->Ist.IMark.addr); in CLG_()