Lines Matching full:predictor
3 /*--- Branch predictor simulation cg_branchpred.c ---*/
32 /* This file contains the actual branch predictor simulator and its
36 - a taken/not-taken predictor for conditional branches
37 - a branch target address predictor for indirect branches
58 predictor state based on whether or not it was actually taken, as
62 The predictor is an array of 16k (== 2^14) 2-bit saturating
67 makes the predictor able to correlate this branch's behaviour with
70 TODO: use predictor written by someone who understands this stuff.
71 Perhaps it would be better to move to a standard GShare predictor
72 and/or tournament predictor.
130 /* A very simple indirect branch predictor. Use the branch's address