Searched refs:thisreg (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.c640 int thisreg = (fpreg + 8 - top) % 8
642 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
1308 int thisreg = (fpreg + 8 - top) % 8
1310 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
635 int thisreg = (fpreg + 8 - top) % 8 local
1303 int thisreg = (fpreg + 8 - top) % 8 local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.c644 int thisreg = (fpreg + 8 - top) % 8
646 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
1313 int thisreg = (fpreg + 8 - top) % 8
1315 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
639 int thisreg = (fpreg + 8 - top) % 8 local
1308 int thisreg = (fpreg + 8 - top) % 8 local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c5247 int thisreg = REGNO (sort[m].reg);
5249 || (m > 0 && lastreg >= thisreg)
5250 || !nios2_ldstwm_regset_p (thisreg, &regset))
5253 lastreg = thisreg;
5254 regmask |= (1 << thisreg);
5236 int thisreg = REGNO (sort[m].reg); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc5282 int thisreg = REGNO (sort[m].reg);
5284 || (m > 0 && lastreg >= thisreg)
5285 || !nios2_ldstwm_regset_p (thisreg, &regset))
5288 lastreg = thisreg;
5289 regmask |= (1 << thisreg);
5271 int thisreg = REGNO (sort[m].reg); local

Completed in 113 milliseconds