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

  /src/external/gpl3/gdb.old/dist/sim/sh/
interp.c 260 if (in_delay_slot) RAISE_EXCEPTION (SIGILL)
679 static int in_delay_slot = 0; variable
680 #define Delay_Slot(TEMPPC) iword = RIAT (TEMPPC); in_delay_slot = 1; goto top;
1788 in_delay_slot = 0;
  /src/external/gpl3/gdb/dist/sim/sh/
interp.c 260 if (in_delay_slot) RAISE_EXCEPTION (SIGILL)
679 static int in_delay_slot = 0; variable
680 #define Delay_Slot(TEMPPC) iword = RIAT (TEMPPC); in_delay_slot = 1; goto top;
1788 in_delay_slot = 0;
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 2543 int in_delay_slot; local
2569 in_delay_slot = 0;
2670 in_delay_slot = 1;
2692 prev_delay_slot = in_delay_slot;
2997 int in_delay_slot; local
3034 in_delay_slot = 0;
3182 in_delay_slot = 1;
3242 in_delay_slot = 1;
3262 prev_delay_slot = in_delay_slot;
3449 int in_delay_slot; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 2548 int in_delay_slot; local
2574 in_delay_slot = 0;
2675 in_delay_slot = 1;
2697 prev_delay_slot = in_delay_slot;
3002 int in_delay_slot; local
3039 in_delay_slot = 0;
3187 in_delay_slot = 1;
3247 in_delay_slot = 1;
3267 prev_delay_slot = in_delay_slot;
3454 int in_delay_slot; local
    [all...]

Completed in 27 milliseconds