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

  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 927 #define C0_NOSTK -1 /* to_stk value if register has not been stored. */
937 or C0_NOSTK if register has not been saved. */
954 stack offset. C0_NOSTK otherwise. */
999 cache->c0.c0_sp_ofs = C0_NOSTK;
1005 cache->c0.c0_rt[i].to_stk = C0_NOSTK;
1480 if (stkofs != C0_NOSTK)
2295 && src[src[odv[0]].fr_reg].to_stk == C0_NOSTK) /* First time. */
2618 if (cache->c0.c0_sp_ofs == C0_NOSTK)
2646 if (to_stk != C0_NOSTK)
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 927 #define C0_NOSTK -1 /* to_stk value if register has not been stored. */
937 or C0_NOSTK if register has not been saved. */
954 stack offset. C0_NOSTK otherwise. */
999 cache->c0.c0_sp_ofs = C0_NOSTK;
1005 cache->c0.c0_rt[i].to_stk = C0_NOSTK;
1480 if (stkofs != C0_NOSTK)
2294 && src[src[odv[0]].fr_reg].to_stk == C0_NOSTK) /* First time. */
2617 if (cache->c0.c0_sp_ofs == C0_NOSTK)
2645 if (to_stk != C0_NOSTK)

Completed in 35 milliseconds