OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COP_LD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h
682
void
cop_ld
(SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, uword64 memword);
688
#define
COP_LD
(coproc_num,coproc_reg,memword) \
689
cop_ld
(SD, CPU, cia, coproc_num, coproc_reg, memword)
/src/external/gpl3/gdb/dist/sim/mips/
sim-main.h
682
void
cop_ld
(SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, uword64 memword);
688
#define
COP_LD
(coproc_num,coproc_reg,memword) \
689
cop_ld
(SD, CPU, cia, coproc_num, coproc_reg, memword)
Completed in 22 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026