Searched refs:COND_NONE (Results 1 – 6 of 6) sorted by relevance
30 COND_NONE, // unconditional enumerator
350 CondCode = MSP430CC::COND_NONE; in parseJccInstruction()354 if (CondCode == (unsigned)MSP430CC::COND_NONE) in parseJccInstruction()
333 case 7: return MSP430CC::COND_NONE; in getCondCode()
1829 { "", 0, COND_NONE }, in get_cond()1852 if (last_cond != COND_NONE && last_cond != COND_ELIF) { in check_cond()1875 last_cond = COND_NONE; in check_cond()1878 case COND_NONE: in check_cond()1879 last_cond = COND_NONE; in check_cond()
354 #define COND_NONE 0 macro
635 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()