Searched refs:AMD64CondL (Results 1 – 3 of 3) sorted by relevance
530 AMD64CondL = 12, /* jump less */ enumerator
788 case AMD64CondL: /* (SF xor OF) == 1 */ in amd64g_calculate_condition()930 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()983 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()1143 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()
1908 case AMD64CondL: return "l"; in name_AMD64Condcode()