Searched refs:AMD64CondNBE (Results 1 – 3 of 3) sorted by relevance
522 AMD64CondNBE = 7, /* not below or equal */ enumerator
770 case AMD64CondNBE: in amd64g_calculate_condition()957 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()1021 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper()1300 (isU64(cond, AMD64CondBE) || isU64(cond, AMD64CondNBE))) { in guest_amd64_spechelper()
1903 case AMD64CondNBE: return "a"; /*"nbe";*/ in name_AMD64Condcode()5938 mk_amd64g_calculate_condition(AMD64CondNBE)), in dis_FPU()