Searched refs:ALT_COND_ALWAYS (Results 1 – 2 of 2) sorted by relevance
31 cond_check = ALT_COND_ALWAYS | in apply_alternatives()58 if ((cond & ALT_COND_ALWAYS) == 0 && no_alternatives) in apply_alternatives()
5 #define ALT_COND_ALWAYS 0x80 /* always replace instruction */ macro