Searched refs:AMD64CondL (Results 1 – 3 of 3) sorted by relevance
549 AMD64CondL = 12, /* jump less */ enumerator
867 case AMD64CondL: /* (SF xor OF) == 1 */ in amd64g_calculate_condition()1009 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()1072 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()1232 if (isU64(cc_op, AMD64G_CC_OP_LOGICQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper()
1946 case AMD64CondL: return "l"; in name_AMD64Condcode()