Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c14362 int pred_val = INTVAL (XEXP (x, 0)); in ix86_print_operand() local
14364 if (pred_val < REG_BR_PROB_BASE * 45 / 100 in ix86_print_operand()
14365 || pred_val > REG_BR_PROB_BASE * 55 / 100) in ix86_print_operand()
14367 int taken = pred_val > REG_BR_PROB_BASE / 2; in ix86_print_operand()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c18534 int pred_val = profile_probability::from_reg_br_prob_note in ix86_print_operand() local
18537 if (pred_val < REG_BR_PROB_BASE * 45 / 100 in ix86_print_operand()
18538 || pred_val > REG_BR_PROB_BASE * 55 / 100) in ix86_print_operand()
18540 bool taken = pred_val > REG_BR_PROB_BASE / 2; in ix86_print_operand()