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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c2517 int in_delay_slot; local
2543 in_delay_slot = 0;
2644 in_delay_slot = 1;
2666 prev_delay_slot = in_delay_slot;
2971 int in_delay_slot; local
3008 in_delay_slot = 0;
3156 in_delay_slot = 1;
3216 in_delay_slot = 1;
3236 prev_delay_slot = in_delay_slot;
3423 int in_delay_slot; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c2540 int in_delay_slot; local
2566 in_delay_slot = 0;
2667 in_delay_slot = 1;
2689 prev_delay_slot = in_delay_slot;
2994 int in_delay_slot; local
3031 in_delay_slot = 0;
3179 in_delay_slot = 1;
3239 in_delay_slot = 1;
3259 prev_delay_slot = in_delay_slot;
3446 int in_delay_slot; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c272 if (in_delay_slot) RAISE_EXCEPTION (SIGILL)
691 static int in_delay_slot = 0; variable
692 #define Delay_Slot(TEMPPC) iword = RIAT (TEMPPC); in_delay_slot = 1; goto top;
1825 in_delay_slot = 0;
/netbsd-current/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c262 if (in_delay_slot) RAISE_EXCEPTION (SIGILL)
681 static int in_delay_slot = 0; variable
682 #define Delay_Slot(TEMPPC) iword = RIAT (TEMPPC); in_delay_slot = 1; goto top;
1794 in_delay_slot = 0;

Completed in 227 milliseconds