Searched refs:AMD64CondLE (Results 1 – 3 of 3) sorted by relevance
474 AMD64CondLE = 14, /* less or equal */ enumerator
795 case AMD64CondLE: /* ((SF xor OF) or ZF) == 1 */ in amd64g_calculate_condition()984 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper()1059 if (isU64(cc_op, AMD64G_CC_OP_SUBW) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper()1165 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper()1231 if (isU64(cc_op, AMD64G_CC_OP_INCB) && isU64(cond, AMD64CondLE)) { in guest_amd64_spechelper()
1813 case AMD64CondLE: return "le"; in name_AMD64Condcode()