Searched refs:RL78_EXITED (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.h60 - If RL78_EXITED (R), then the program has done an 'exit' system
77 #define RL78_EXITED(r) (((r) & 0xff) == 3) macro
H A Dmain.c180 else if (RL78_EXITED (rc))
H A Dgdb-if.c460 assert (RL78_EXITED (rc));
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.h60 - If RL78_EXITED (R), then the program has done an 'exit' system
77 #define RL78_EXITED(r) (((r) & 0xff) == 3) macro
H A Dmain.c181 else if (RL78_EXITED (rc))
H A Dgdb-if.c463 assert (RL78_EXITED (rc));

Completed in 123 milliseconds