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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-aix-tdep.c 436 int have_altivec = tdep->ppc_vr0_regnum != -1; local
444 if (have_altivec)
ppc-linux-tdep.c 997 int have_altivec = tdep->ppc_vr0_regnum != -1; local
1010 if (have_altivec)
rs6000-tdep.c 7609 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0;
7795 have_altivec = 1;
7798 have_altivec = 0;
7822 if (!valid_p || !have_fpu || !have_altivec)
8258 if (vector_abi == POWERPC_VEC_ALTIVEC && !have_altivec)
8266 if (have_altivec)
8329 tdep->ppc_vr0_regnum = have_altivec ? PPC_VR0_REGNUM : -1;
8330 tdep->ppc_vrsave_regnum = have_altivec ? PPC_VRSAVE_REGNUM : -1;
8386 if (have_spe || have_dfp || have_altivec
8406 if (have_altivec)
7605 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-aix-tdep.c 436 int have_altivec = tdep->ppc_vr0_regnum != -1; local
444 if (have_altivec)
ppc-linux-tdep.c 999 int have_altivec = tdep->ppc_vr0_regnum != -1; local
1012 if (have_altivec)
rs6000-tdep.c 7610 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0;
7796 have_altivec = 1;
7799 have_altivec = 0;
7823 if (!valid_p || !have_fpu || !have_altivec)
8259 if (vector_abi == POWERPC_VEC_ALTIVEC && !have_altivec)
8267 if (have_altivec)
8330 tdep->ppc_vr0_regnum = have_altivec ? PPC_VR0_REGNUM : -1;
8331 tdep->ppc_vrsave_regnum = have_altivec ? PPC_VRSAVE_REGNUM : -1;
8387 if (have_spe || have_dfp || have_altivec
8407 if (have_altivec)
7606 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0; local
    [all...]

Completed in 39 milliseconds