Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_ppc_helpers.c135 U128* pU128_dst; in ppc32g_dirtyhelper_LVS() local
145 pU128_dst = (U128*)( ((UChar*)gst) + vD_off ); in ppc32g_dirtyhelper_LVS()
147 (*pU128_dst)[0] = (*pU128_src)[0]; in ppc32g_dirtyhelper_LVS()
148 (*pU128_dst)[1] = (*pU128_src)[1]; in ppc32g_dirtyhelper_LVS()
149 (*pU128_dst)[2] = (*pU128_src)[2]; in ppc32g_dirtyhelper_LVS()
150 (*pU128_dst)[3] = (*pU128_src)[3]; in ppc32g_dirtyhelper_LVS()
172 U128* pU128_dst; in ppc64g_dirtyhelper_LVS() local
182 pU128_dst = (U128*)( ((UChar*)gst) + vD_off ); in ppc64g_dirtyhelper_LVS()
188 dstp = (unsigned char *)pU128_dst; in ppc64g_dirtyhelper_LVS()
192 (*pU128_dst)[0] = (*pU128_src)[0]; in ppc64g_dirtyhelper_LVS()
[all …]