Home
last modified time | relevance | path

Searched refs:coproc_reg (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dsim-main.h681 void cop_lw (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, unsigned…
682 void cop_ld (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg, uword64 …
683 unsigned int cop_sw (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg);
684 uword64 cop_sd (SIM_DESC sd, sim_cpu *cpu, address_word cia, int coproc_num, int coproc_reg);
686 #define COP_LW(coproc_num,coproc_reg,memword) \ argument
687 cop_lw (SD, CPU, cia, coproc_num, coproc_reg, memword)
688 #define COP_LD(coproc_num,coproc_reg,memword) \ argument
689 cop_ld (SD, CPU, cia, coproc_num, coproc_reg, memword)
690 #define COP_SW(coproc_num,coproc_reg) \ argument
691 cop_sw (SD, CPU, cia, coproc_num, coproc_reg)
[all …]
Dinterp.c2083 int coproc_reg, in cop_lw() argument
2094 StoreFPR(coproc_reg,fmt_uninterpreted_32,(uword64)memword); in cop_lw()
2100 …d,%d,0x%08X) at PC = 0x%s : TODO (architecture specific)\n",coproc_num,coproc_reg,memword,pr_addr(… in cop_lw()
2113 int coproc_reg, in cop_ld() argument
2118 …oc_num = %d, coproc_reg = %d, value = 0x%s : PC = 0x%s\n", coproc_num, coproc_reg, pr_uword64(memw… in cop_ld()
2125 StoreFPR(coproc_reg,fmt_uninterpreted_64,memword); in cop_ld()
2131 …(%d,%d,0x%s) at PC = 0x%s : TODO (architecture specific)\n",coproc_num,coproc_reg,pr_addr(memword)… in cop_ld()
2147 int coproc_reg) in cop_sw() argument
2156 value = (unsigned int)ValueFPR(coproc_reg,fmt_uninterpreted_32); in cop_sw()
2162 …,"COP_SW(%d,%d) at PC = 0x%s : TODO (architecture specific)\n",coproc_num,coproc_reg,pr_addr(cia)); in cop_sw()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c7527 po_reg_or_goto (REG_TYPE_VFC, coproc_reg); in parse_operands()
7530 coproc_reg: in parse_operands()