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

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.h68 - RL78_MAKE_EXITED (C) is the return code for exiting with status C.
72 #define RL78_MAKE_EXITED(c) (((int) (c) << 8) + 3) macro
H A Drl78.c514 DO_RETURN (RL78_MAKE_EXITED (1));
601 DO_RETURN (RL78_MAKE_EXITED (get_reg (RL78_Reg_A)));
867 DO_RETURN (RL78_MAKE_EXITED (get_reg (RL78_Reg_A)));
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.h68 - RL78_MAKE_EXITED (C) is the return code for exiting with status C.
72 #define RL78_MAKE_EXITED(c) (((int) (c) << 8) + 3) macro
H A Drl78.c517 DO_RETURN (RL78_MAKE_EXITED (1));
604 DO_RETURN (RL78_MAKE_EXITED (get_reg (RL78_Reg_A)));
870 DO_RETURN (RL78_MAKE_EXITED (get_reg (RL78_Reg_A)));

Completed in 141 milliseconds