Searched refs:AMD64CondNO (Results 1 – 3 of 3) sorted by relevance
535 AMD64CondNO = 1, /* no overflow */ enumerator
833 case AMD64CondNO: in amd64g_calculate_condition()1041 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNO)) { in guest_amd64_spechelper()1164 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNO)) { in guest_amd64_spechelper()
1935 case AMD64CondNO: return "no"; in name_AMD64Condcode()