HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_FPU_NONE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.h 92 MIPS_FPU_NONE /* No floating point. */
mips-tdep.c 4442 && mips_get_fpu_type (gdbarch) != MIPS_FPU_NONE);
4813 if (tdep->mips_fpu_type != MIPS_FPU_NONE)
5236 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5260 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5290 for (field = 0, regnum = (tdep->mips_fpu_type != MIPS_FPU_NONE
5715 && type->length () == 4 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5752 && type->length () == 8 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5836 && tdep->mips_fpu_type != MIPS_FPU_NONE)
6454 type = MIPS_FPU_NONE;
6461 if (type == MIPS_FPU_NONE)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.h 92 MIPS_FPU_NONE /* No floating point. */
mips-tdep.c 4447 && mips_get_fpu_type (gdbarch) != MIPS_FPU_NONE);
4818 if (tdep->mips_fpu_type != MIPS_FPU_NONE)
5241 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5265 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5295 for (field = 0, regnum = (tdep->mips_fpu_type != MIPS_FPU_NONE
5720 && type->length () == 4 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5757 && type->length () == 8 && tdep->mips_fpu_type != MIPS_FPU_NONE)
5841 && tdep->mips_fpu_type != MIPS_FPU_NONE)
6459 type = MIPS_FPU_NONE;
6466 if (type == MIPS_FPU_NONE)
    [all...]

Completed in 37 milliseconds