HomeSort by: relevance | last modified time | path
    Searched defs:vsx (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/arch/
ppc-linux-common.h 56 bool vsx; member in struct:ppc_linux_features
  /src/external/gpl3/gdb.old/dist/gdb/arch/
ppc-linux-common.h 56 bool vsx; member in struct:ppc_linux_features
  /src/external/gpl3/gdb/dist/gdb/
rs6000-aix-nat.c 283 /* Store the vsx registers. */
292 __vsx_context_t vsx; local
300 memset(&vsx, 0, sizeof(__vsx_context_t));
304 ret = rs6000_ptrace64 (PTT_READ_VSX, thrd_i, (long long) &vsx, 0, 0);
306 ret = rs6000_ptrace32 (PTT_READ_VSX, thrd_i, (int *)&vsx, 0, 0);
310 regcache->raw_collect (regno, &(vsx.__vsr_dw1[0])+
314 ret = rs6000_ptrace64 (PTT_WRITE_VSX, thrd_i, (long long) &vsx, 0, 0);
316 ret = rs6000_ptrace32 (PTT_WRITE_VSX, thrd_i, (int *) &vsx, 0, 0);
319 perror_with_name (_("Unable to write VSX registers after reading it"));
404 /* supply vsx register. *
423 __vsx_context_t vsx; local
    [all...]
aix-thread.c 510 /* vsx registers. */
511 __vsx_context_t vsx; local
516 if (!ptrace64aix (PTT_READ_VSX, tid, (long long) &vsx, 0, 0))
517 memset (&vsx, 0, sizeof (vsx));
518 memcpy (&context->vsx, &vsx, sizeof(__vsx_context_t));
522 if (!ptrace32 (PTT_READ_VSX, tid, (long long) &vsx, 0, 0))
523 memset (&vsx, 0, sizeof (vsx));
1398 __vsx_context_t vsx; local
1648 __vsx_context_t vsx; local
1897 __vsx_context_t vsx; local
    [all...]
rs6000-aix-tdep.c 448 cb (".aix-vsx", 256, 256, &rs6000_aix_vsxregset, "AIX vsx", cb_data);
460 asection *vsx = bfd_get_section_by_name (abfd, ".aix-vsx"); local
471 if (vsx && arch64)
473 else if (vsx && !arch64)
ppc-linux-tdep.c 1018 cb (".reg-ppc-vsx", PPC_LINUX_SIZEOF_VSXREGSET, PPC_LINUX_SIZEOF_VSXREGSET,
1019 &ppc32_linux_vsxregset, "POWER7 VSX", cb_data);
1135 "Checkpointed VSX Registers", cb_data);
1583 asection *vsx = bfd_get_section_by_name (abfd, ".reg-ppc-vsx"); local
1609 if (vsx)
1610 features.vsx = true;
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-aix-nat.c 282 /* Store the vsx registers. */
291 __vsx_context_t vsx; local
299 memset(&vsx, 0, sizeof(__vsx_context_t));
303 ret = rs6000_ptrace64 (PTT_READ_VSX, thrd_i, (long long) &vsx, 0, 0);
305 ret = rs6000_ptrace32 (PTT_READ_VSX, thrd_i, (int *)&vsx, 0, 0);
309 regcache->raw_collect (regno, &(vsx.__vsr_dw1[0])+
313 ret = rs6000_ptrace64 (PTT_WRITE_VSX, thrd_i, (long long) &vsx, 0, 0);
315 ret = rs6000_ptrace32 (PTT_WRITE_VSX, thrd_i, (int *) &vsx, 0, 0);
318 perror_with_name (_("Unable to write VSX registers after reading it"));
403 /* supply vsx register. *
422 __vsx_context_t vsx; local
    [all...]
aix-thread.c 511 /* vsx registers. */
512 __vsx_context_t vsx; local
517 if (!ptrace64aix (PTT_READ_VSX, tid, (long long) &vsx, 0, 0))
518 memset (&vsx, 0, sizeof (vsx));
519 memcpy (&context->vsx, &vsx, sizeof(__vsx_context_t));
523 if (!ptrace32 (PTT_READ_VSX, tid, (long long) &vsx, 0, 0))
524 memset (&vsx, 0, sizeof (vsx));
1401 __vsx_context_t vsx; local
1651 __vsx_context_t vsx; local
1900 __vsx_context_t vsx; local
    [all...]
rs6000-aix-tdep.c 448 cb (".aix-vsx", 256, 256, &rs6000_aix_vsxregset, "AIX vsx", cb_data);
460 asection *vsx = bfd_get_section_by_name (abfd, ".aix-vsx"); local
471 if (vsx && arch64)
473 else if (vsx && !arch64)
ppc-linux-tdep.c 1020 cb (".reg-ppc-vsx", PPC_LINUX_SIZEOF_VSXREGSET, PPC_LINUX_SIZEOF_VSXREGSET,
1021 &ppc32_linux_vsxregset, "POWER7 VSX", cb_data);
1137 "Checkpointed VSX Registers", cb_data);
1585 asection *vsx = bfd_get_section_by_name (abfd, ".reg-ppc-vsx"); local
1611 if (vsx)
1612 features.vsx = true;

Completed in 74 milliseconds