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

  /src/external/gpl3/gdb/dist/gdb/arch/
ppc-linux-common.h 55 bool altivec; member in struct:ppc_linux_features
  /src/external/gpl3/gdb.old/dist/gdb/arch/
ppc-linux-common.h 55 bool altivec; member in struct:ppc_linux_features
  /src/external/gpl3/gdb/dist/gdb/
rs6000-aix-tdep.c 80 /* AltiVec registers. */
445 cb (".aix-vmx", 560, 560, &rs6000_aix_vrregset, "AIX altivec", cb_data);
459 asection *altivec = bfd_get_section_by_name (abfd, ".aix-vmx"); local
475 else if (altivec && arch64)
477 else if (altivec && !arch64)
764 /* AltiVec extension: Functions that declare a vector data type as a
ppc-linux-tdep.c 1014 vrregset, "ppc Altivec", cb_data);
1123 "Checkpointed Altivec (VMX) Registers", cb_data);
1582 asection *altivec = bfd_get_section_by_name (abfd, ".reg-ppc-vmx"); local
1606 if (altivec)
1607 features.altivec = true;
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-aix-tdep.c 80 /* AltiVec registers. */
445 cb (".aix-vmx", 560, 560, &rs6000_aix_vrregset, "AIX altivec", cb_data);
459 asection *altivec = bfd_get_section_by_name (abfd, ".aix-vmx"); local
475 else if (altivec && arch64)
477 else if (altivec && !arch64)
764 /* AltiVec extension: Functions that declare a vector data type as a
ppc-linux-tdep.c 1016 vrregset, "ppc Altivec", cb_data);
1125 "Checkpointed Altivec (VMX) Registers", cb_data);
1584 asection *altivec = bfd_get_section_by_name (abfd, ".reg-ppc-vmx"); local
1608 if (altivec)
1609 features.altivec = true;
  /src/external/gpl3/gdb/dist/sim/ppc/
registers.h 32 For the moment use macro's to determine if the E500 or Altivec
279 struct altivec_regs altivec; member in struct:_registers
  /src/external/gpl3/gdb.old/dist/sim/ppc/
registers.h 32 For the moment use macro's to determine if the E500 or Altivec
279 struct altivec_regs altivec; member in struct:_registers

Completed in 32 milliseconds