Searched refs:addrU (Results 1 – 2 of 2) sorted by relevance
1439 ULong x86g_dirtyhelper_loadF80le ( UInt addrU ) in x86g_dirtyhelper_loadF80le() argument1442 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 ); in x86g_dirtyhelper_loadF80le()1448 void x86g_dirtyhelper_storeF80le ( UInt addrU, ULong f64 ) in x86g_dirtyhelper_storeF80le() argument1450 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) ); in x86g_dirtyhelper_storeF80le()
1827 ULong amd64g_dirtyhelper_loadF80le ( ULong addrU ) in amd64g_dirtyhelper_loadF80le() argument1830 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 ); in amd64g_dirtyhelper_loadF80le()1836 void amd64g_dirtyhelper_storeF80le ( ULong addrU, ULong f64 ) in amd64g_dirtyhelper_storeF80le() argument1838 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) ); in amd64g_dirtyhelper_storeF80le()