Searched defs:coproc_num (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/mips/ |
| D | interp.c | 2082 int coproc_num, in cop_lw() 2112 int coproc_num, in cop_ld() 2146 int coproc_num, in cop_sw() 2174 int coproc_num, in cop_sd()
|
| D | sim-main.h | 679 #define COP_Usable(coproc_num) (coproc_num == 1) argument 686 #define COP_LW(coproc_num,coproc_reg,memword) \ argument 688 #define COP_LD(coproc_num,coproc_reg,memword) \ argument 690 #define COP_SW(coproc_num,coproc_reg) \ argument 692 #define COP_SD(coproc_num,coproc_reg) \ argument
|