Lines Matching refs:penalty
365 /* Compute the branch penalty, based on the the prediction and the out
371 int penalty;
381 penalty = 1;
383 penalty = 3;
389 penalty = 3;
391 penalty = 0;
393 if (penalty > 0)
395 /* Additional 1 cycle penalty if the branch address is not 8 byte
398 ++penalty;
399 update_branch_penalty (cpu, penalty);
400 PROFILE_MODEL_CTI_STALL_CYCLES (p) += penalty;