Home
last modified time | relevance | path

Searched refs:pred_val (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/ia64/
Dia64.c4669 int pred_val = INTVAL (XEXP (x, 0)); in ia64_print_operand() local
4672 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()
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c8257 int pred_val = INTVAL (XEXP (x, 0)); in print_operand() local
8259 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()