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

  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 339 static int mips_reg_fetch (SIM_CPU *, int, void *, int);
807 CPU_REG_FETCH (cpu) = mips_reg_fetch;
928 mips_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length) function
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 339 static int mips_reg_fetch (SIM_CPU *, int, void *, int);
807 CPU_REG_FETCH (cpu) = mips_reg_fetch;
928 mips_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length) function

Completed in 39 milliseconds