Answer:
16384 entries
Step-by-step explanation:
The total size of the branch predictor (which is a digital circuit that is used to predict the route by which way a branch will go before it is definitively known. The branch predictor major function is improving the flow in the instruction pipeline.) can be seen below.
Given that branch PC has 10bits
14-bit history entries for level-1 and xor with 14 bits of branch PC, so to get the index-2 that ha 2 bit saturating counters
then size of this branch predictor table is 2^14 = 16384 entries