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

  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 343 #define COPY_OUT_XMM(dest, src) \
350 COPY_OUT_XMM(fs->xmm[0], arch->vex.guest_XMM0);
351 COPY_OUT_XMM(fs->xmm[1], arch->vex.guest_XMM1);
352 COPY_OUT_XMM(fs->xmm[2], arch->vex.guest_XMM2);
353 COPY_OUT_XMM(fs->xmm[3], arch->vex.guest_XMM3);
354 COPY_OUT_XMM(fs->xmm[4], arch->vex.guest_XMM4);
355 COPY_OUT_XMM(fs->xmm[5], arch->vex.guest_XMM5);
356 COPY_OUT_XMM(fs->xmm[6], arch->vex.guest_XMM6);
357 COPY_OUT_XMM(fs->xmm[7], arch->vex.guest_XMM7);
358 #undef COPY_OUT_XMM
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c 300 #define COPY_OUT_XMM(dest, src) \
307 COPY_OUT_XMM(fs->xmm[0], tst->arch.vex.guest_XMM0);
310 COPY_OUT_XMM(fs->xmm[1], tst->arch.vex.guest_XMM1);
313 COPY_OUT_XMM(fs->xmm[2], tst->arch.vex.guest_XMM2);
316 COPY_OUT_XMM(fs->xmm[3], tst->arch.vex.guest_XMM3);
319 COPY_OUT_XMM(fs->xmm[4], tst->arch.vex.guest_XMM4);
322 COPY_OUT_XMM(fs->xmm[5], tst->arch.vex.guest_XMM5);
325 COPY_OUT_XMM(fs->xmm[6], tst->arch.vex.guest_XMM6);
328 COPY_OUT_XMM(fs->xmm[7], tst->arch.vex.guest_XMM7);
331 #undef COPY_OUT_XMM
    [all...]

Completed in 840 milliseconds