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

  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-aix-tdep.c 437 int have_vsx = tdep->ppc_vsr0_upper_regnum != -1; local
447 if (have_vsx)
ppc-linux-tdep.c 998 int have_vsx = tdep->ppc_vsr0_upper_regnum != -1; local
1017 if (have_vsx)
rs6000-tdep.c 7610 int have_dfp = 0, have_vsx = 0, have_ppr = 0, have_dscr = 0;
7825 have_vsx = 1;
7828 have_vsx = 0;
8328 tdep->ppc_vsr0_upper_regnum = have_vsx ? PPC_VSR0_UPPER_REGNUM : -1;
8387 || have_vsx || have_htm_fpu || have_htm_vsx)
8408 if (have_vsx)
8557 if (have_vsx)
7606 int have_dfp = 0, have_vsx = 0, have_ppr = 0, have_dscr = 0; local
  /src/external/gpl3/gdb/dist/gdb/
rs6000-aix-tdep.c 438 int have_vsx = tdep->ppc_vsr0_upper_regnum != -1; local
448 if (have_vsx)
ppc-linux-tdep.c 1016 int have_vsx = tdep->ppc_vsr0_upper_regnum != -1; local
1035 if (have_vsx)
rs6000-tdep.c 7610 int have_dfp = 0, have_vsx = 0, have_ppr = 0, have_dscr = 0;
7825 have_vsx = 1;
7828 have_vsx = 0;
8328 tdep->ppc_vsr0_upper_regnum = have_vsx ? PPC_VSR0_UPPER_REGNUM : -1;
8387 || have_vsx || have_htm_fpu || have_htm_vsx)
8408 if (have_vsx)
8557 if (have_vsx)
7606 int have_dfp = 0, have_vsx = 0, have_ppr = 0, have_dscr = 0; local

Completed in 27 milliseconds