Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-ebb.c328 int pred_val = INTVAL (XEXP (x, 0)); local
329 if (pred_val > REG_BR_PROB_BASE / 2)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.c1873 int pred_val = INTVAL (XEXP (x, 0)); local
1874 fputs ((pred_val < REG_BR_PROB_BASE / 2 ? ".f" : ".t"), file);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c3987 int pred_val = INTVAL (XEXP (x, 0)); local
3990 if (pred_val < REG_BR_PROB_BASE / 50)
3992 else if (pred_val < REG_BR_PROB_BASE / 2)
3994 else if (pred_val < REG_BR_PROB_BASE / 100 * 98)
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A 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()
/openbsd-src/gnu/gcc/gcc/config/bfin/
H A Dbfin.c2043 int pred_val = INTVAL (XEXP (x, 0)); in cbranch_predicted_taken_p() local
2045 return pred_val >= REG_BR_PROB_BASE / 2; in cbranch_predicted_taken_p()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c7048 int pred_val = INTVAL (XEXP (x, 0)); local
7050 if (pred_val < REG_BR_PROB_BASE * 45 / 100
7051 || pred_val > REG_BR_PROB_BASE * 55 / 100)
7053 int taken = pred_val > REG_BR_PROB_BASE / 2;
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c8045 int pred_val = INTVAL (XEXP (x, 0)); in print_operand() local
8047 if (pred_val < REG_BR_PROB_BASE * 45 / 100 in print_operand()
8048 || pred_val > REG_BR_PROB_BASE * 55 / 100) in print_operand()
8050 int taken = pred_val > REG_BR_PROB_BASE / 2; in print_operand()