Searched refs:pred_val (Results 1 – 2 of 2) sorted by relevance
4669 int pred_val = INTVAL (XEXP (x, 0)); in ia64_print_operand() local4672 if (pred_val < REG_BR_PROB_BASE / 50 in ia64_print_operand()4675 else if (pred_val < REG_BR_PROB_BASE / 2) in ia64_print_operand()4677 else if (pred_val < REG_BR_PROB_BASE / 100 * 98 in ia64_print_operand()
8257 int pred_val = INTVAL (XEXP (x, 0)); in print_operand() local8259 if (pred_val < REG_BR_PROB_BASE * 45 / 100 in print_operand()8260 || pred_val > REG_BR_PROB_BASE * 55 / 100) in print_operand()8262 int taken = pred_val > REG_BR_PROB_BASE / 2; in print_operand()