Searched refs:AMD64CondO (Results 1 – 3 of 3) sorted by relevance
549 AMD64CondO = 0, /* overflow */ enumerator
836 case AMD64CondO: /* OF == 1 */ in amd64g_calculate_condition()1037 if (isU64(cc_op, AMD64G_CC_OP_ADDL) && isU64(cond, AMD64CondO)) { in guest_amd64_spechelper()1065 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondO)) { in guest_amd64_spechelper()1182 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondO)) { in guest_amd64_spechelper()
1941 case AMD64CondO: return "o"; in name_AMD64Condcode()1966 vassert(cond >= AMD64CondO && cond <= AMD64CondNLE); in positiveIse_AMD64Condcode()