Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dsim-main.h224 if ((R) >= FGR_BASE && (R) < FGR_BASE + NR_FGR) \
439 #define NR_FGR (32) macro
441 fp_word fgr[NR_FGR];
Dinterp.c669 else if ((rn >= FGR_BASE) && (rn < (FGR_BASE + NR_FGR))) in sim_open()
864 if (rn >= FGR_BASE && rn < FGR_BASE + NR_FGR) in mips_reg_store()
942 if (rn >= FGR_BASE && rn < FGR_BASE + NR_FGR) in mips_reg_fetch()
DChangeLog-20211476 (NR_FGR, FGR): Likewise.