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

  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 76 #define Debug_DBD 0x80000000 /* Debug Branch Delay */
1850 Debug |= Debug_DBD; /* signaled from within in delay slot */
1855 Debug &= ~Debug_DBD; /* not signaled from within a delay slot */
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 76 #define Debug_DBD 0x80000000 /* Debug Branch Delay */
1850 Debug |= Debug_DBD; /* signaled from within in delay slot */
1855 Debug &= ~Debug_DBD; /* not signaled from within a delay slot */

Completed in 25 milliseconds