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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 7609 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0;
7793 if (have_spe || !valid_p)
7870 have_spe = 1;
7873 have_spe = 0;
8261 if (vector_abi == POWERPC_VEC_SPE && !have_spe)
8268 else if (have_spe)
8331 tdep->ppc_ev0_upper_regnum = have_spe ? PPC_SPE_UPPER_GP0_REGNUM : -1;
8332 tdep->ppc_acc_regnum = have_spe ? PPC_SPE_ACC_REGNUM : -1;
8333 tdep->ppc_spefscr_regnum = have_spe ? PPC_SPE_FSCR_REGNUM : -1;
8386 if (have_spe || have_dfp || have_altive
7605 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 7610 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0;
7794 if (have_spe || !valid_p)
7871 have_spe = 1;
7874 have_spe = 0;
8262 if (vector_abi == POWERPC_VEC_SPE && !have_spe)
8269 else if (have_spe)
8332 tdep->ppc_ev0_upper_regnum = have_spe ? PPC_SPE_UPPER_GP0_REGNUM : -1;
8333 tdep->ppc_acc_regnum = have_spe ? PPC_SPE_ACC_REGNUM : -1;
8334 tdep->ppc_spefscr_regnum = have_spe ? PPC_SPE_FSCR_REGNUM : -1;
8387 if (have_spe || have_dfp || have_altive
7606 int have_fpu = 0, have_spe = 0, have_mq = 0, have_altivec = 0; local
    [all...]

Completed in 145 milliseconds