Searched refs:mips_reg_store (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c347 static int mips_reg_store (SIM_CPU *, int, unsigned char *, int);
810 CPU_REG_STORE (cpu) = mips_reg_store;
849 mips_reg_store (SIM_CPU *cpu, int rn, unsigned char *memory, int length) function
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c340 static int mips_reg_store (SIM_CPU *, int, const void *, int);
810 CPU_REG_STORE (cpu) = mips_reg_store;
849 mips_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length) function

Completed in 262 milliseconds