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

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.h66 - RL78_MAKE_STEPPED is the return code for finishing a normal step.
70 #define RL78_MAKE_STEPPED() (1) macro
75 #define RL78_STEPPED(r) ((r) == RL78_MAKE_STEPPED ())
H A Drl78.c920 return RL78_MAKE_STEPPED ();
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.h66 - RL78_MAKE_STEPPED is the return code for finishing a normal step.
70 #define RL78_MAKE_STEPPED() (1) macro
75 #define RL78_STEPPED(r) ((r) == RL78_MAKE_STEPPED ())
H A Drl78.c923 return RL78_MAKE_STEPPED ();

Completed in 172 milliseconds