Searched refs:ASTAT_CC (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbfin-tdep.c125 #define ASTAT_CC (1 << ASTAT_CC_POS) macro
706 buffer[0] = !!(buf[0] & ASTAT_CC);
723 buf[0] = (buf[0] & ~ASTAT_CC) | ((buffer[0] & 1) << ASTAT_CC_POS);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbfin-tdep.c125 #define ASTAT_CC (1 << ASTAT_CC_POS) macro
706 buffer[0] = !!(buf[0] & ASTAT_CC);
722 buf[0] = (buf[0] & ~ASTAT_CC) | ((buffer[0] & 1) << ASTAT_CC_POS);

Completed in 93 milliseconds