Searched refs:COND_VC (Results 1 – 1 of 1) sorted by relevance
38 #define COND_VC 0x7 // No overflow Not unordered V == 0 macro60 case COND_VC: return "vc"; in ARMCondCodeToString()87 case COND_VC: return (cpsr_v == 0); in ARMConditionPassed()