Review Board 2.0.15


arm: make the bi-mode predictor the default for O3_ARM_v7a_BP

Review Request #2170 - Created Feb. 21, 2014 and submitted - Latest diff uploaded

Information
Tony Gutierrez
gem5
default
Reviewers
Default
Changeset 10087:1c31282d70a0
---------------------------
arm: make the bi-mode predictor the default for O3_ARM_v7a_BP

the branch predictor used in the Cortex-A15 is a bi-mode style predictor,
see:

http://arm.com/files/pdf/at-exploring_the_design_of_the_cortex-a15.pdf
and
http://nvidia.com/docs/IO/116757/NVIDIA_Quad_a15_whitepaper_FINALv2.pdf

this patch makes the bi-mode predictor the default for the ARM O3 CPU.
Ran several of the SPEC CPU2006 benchmarks with the default tournament predictor and this bi-mode predictor. With this patch, the branch miss statistics are more accurate when compared to a VExpress board.