Searched refs:cond_negated (Results 1 – 3 of 3) sorted by relevance
353 int cond_negated; in thumb_get_next_pcs_raw() local368 cond_negated = (itstate >> 4) & 1; in thumb_get_next_pcs_raw()381 while (itstate != 0 && ((itstate >> 4) & 1) == cond_negated); in thumb_get_next_pcs_raw()
4292 int cond_negated; in thumb_get_next_pc_raw() local4307 cond_negated = (itstate >> 4) & 1; in thumb_get_next_pc_raw()4321 while (itstate != 0 && ((itstate >> 4) & 1) == cond_negated); in thumb_get_next_pc_raw()
4412 int cond_negated; in thumb_get_next_pc_raw() local4427 cond_negated = (itstate >> 4) & 1; in thumb_get_next_pc_raw()4441 while (itstate != 0 && ((itstate >> 4) & 1) == cond_negated); in thumb_get_next_pc_raw()