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