HomeSort by: relevance | last modified time | path
    Searched defs:thisreg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
i387-tdep.c 646 int thisreg = (fpreg + 8 - top) % 8
648 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
1376 int thisreg = (fpreg + 8 - top) % 8
1378 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
641 int thisreg = (fpreg + 8 - top) % 8 local
1371 int thisreg = (fpreg + 8 - top) % 8 local
  /src/external/gpl3/gdb.old/dist/gdb/
i387-tdep.c 646 int thisreg = (fpreg + 8 - top) % 8
648 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
1476 int thisreg = (fpreg + 8 - top) % 8
1478 tag = i387_tag (FXSAVE_ADDR (tdep, regs, thisreg));
641 int thisreg = (fpreg + 8 - top) % 8 local
1471 int thisreg = (fpreg + 8 - top) % 8 local
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 5288 int thisreg = REGNO (sort[m].reg);
5290 || (m > 0 && lastreg >= thisreg)
5291 || !nios2_ldstwm_regset_p (thisreg, &regset))
5294 lastreg = thisreg;
5295 regmask |= (1 << thisreg);
5277 int thisreg = REGNO (sort[m].reg); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 5282 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 35 milliseconds