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

  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 340 static int mips_reg_store (SIM_CPU *, int, const void *, int);
808 CPU_REG_STORE (cpu) = mips_reg_store;
847 mips_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length) function
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 340 static int mips_reg_store (SIM_CPU *, int, const void *, int);
808 CPU_REG_STORE (cpu) = mips_reg_store;
847 mips_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length) function

Completed in 61 milliseconds