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

  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-context-chk-vmx.c 61 fail = memcmp(ucp->uc_mcontext.v_regs->vrregs[i + 20],
63 fail |= memcmp(tm_ucp->uc_mcontext.v_regs->vrregs[i + 20],
71 fprintf(stderr, "%04x", ucp->uc_mcontext.v_regs->vrregs[i + 20][j]);
74 fprintf(stderr, "%04x", tm_ucp->uc_mcontext.v_regs->vrregs[i + 20][j]);
tm-signal-context-chk-vsx.c 63 * The other half of the VSX regs will be after v_regs.
65 * In short, vmx_reserve array holds everything. v_regs is a 16
67 * may or may not be 16 aligned) where the v_regs structure exists.
68 * (half of) The VSX regsters are directly after v_regs so the
71 long *vsx_ptr = (long *)(ucp->uc_mcontext.v_regs + 1);
72 long *tm_vsx_ptr = (long *)(tm_ucp->uc_mcontext.v_regs + 1);
  /external/linux-kselftest/tools/testing/selftests/powerpc/math/
vmx_signal.c 55 if (memcmp(mc->v_regs->vrregs[i], &varray[i - 20], 16)) {
66 printf("%d | 0x%04x%04x%04x%04x | 0x%04x%04x%04x%04x\n", j, mc->v_regs->vrregs[j][0],
67 mc->v_regs->vrregs[j][1], mc->v_regs->vrregs[j][2], mc->v_regs->vrregs[j][3],
  /external/libunwind/src/ppc64/
Ginit.c 57 addr = (uc->uc_mcontext.v_regs == 0) ? NULL : &uc->uc_mcontext.v_regs->vrregs[reg - UNW_PPC64_V0][0];
ucontext_i.h 136 #define UC_MCONTEXT_V_REGS ((void *)&dmy_ctxt.uc_mcontext.v_regs - (void *)&dmy_ctxt)
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_ppc64.go 189 v_regs *vreg
defs_linux_ppc64le.go 189 v_regs *vreg
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_ppc64.go 189 v_regs *vreg
defs_linux_ppc64le.go 189 v_regs *vreg
  /external/valgrind/include/vki/
vki-ppc64-linux.h 319 * extended by appending a pointer (v_regs) to a quadword type (elf_vrreg_t)
327 * The pointer (v_regs) of vector type (elf_vrreg_t) is type compatible with
336 vki_elf_vrreg_t __user *v_regs; member in struct:vki_sigcontext

Completed in 301 milliseconds