Searched refs:ARM64cc_NV (Results 1 – 3 of 3) sorted by relevance
109 ARM64cc_NV = 15 /* in 64-bit mode also means "always" */ enumerator
204 case ARM64cc_NV: return "nv"; in showARM64CondCode()3509 vassert(i->ARM64in.XDirect.cond != ARM64cc_NV); in emit_ARM64Instr()3603 vassert(i->ARM64in.XDirect.cond != ARM64cc_NV); in emit_ARM64Instr()
1298 vassert(cc != ARM64cc_NV); in iselCondCode()1321 if (cc == ARM64cc_AL || cc == ARM64cc_NV) { in iselCondCode_wrk()