HomeSort by relevance Sort by last modified time
    Searched refs:newxer (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 276 UInt newxer; local
277 VG_(transfer) (&newxer, buf, dir, size, mod);
278 *mod = newxer != xer;
279 LibVEX_GuestPPC32_put_XER (newxer, ppc32);
valgrind-low-ppc64.c 273 UInt newxer; local
274 VG_(transfer) (&newxer, buf, dir, size, mod);
275 *mod = newxer != xer;
276 LibVEX_GuestPPC64_put_XER (newxer, ppc64);

Completed in 73 milliseconds