Searched defs:PSW1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dcpu.c244 #define PSW1(bit, name) if (psw & bit) { strcat (buf, comma); strcat (buf, name); comma = ","; } macro
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dcpu.c248 #define PSW1(bit, name) if (psw & bit) { strcat (buf, comma); strcat (buf, name); comma = ","; } macro

Completed in 118 milliseconds