2bit_local.cc (6227:a17798f2a52c) 2bit_local.cc (8232:b28d06a175be)
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors: Kevin Lim
29 */
30
31#include "base/intmath.hh"
32#include "base/misc.hh"
33#include "base/trace.hh"
34#include "cpu/pred/2bit_local.hh"
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors: Kevin Lim
29 */
30
31#include "base/intmath.hh"
32#include "base/misc.hh"
33#include "base/trace.hh"
34#include "cpu/pred/2bit_local.hh"
35#include "debug/Fetch.hh"
35
36LocalBP::LocalBP(unsigned _localPredictorSize,
37 unsigned _localCtrBits,
38 unsigned _instShiftAmt)
39 : localPredictorSize(_localPredictorSize),
40 localCtrBits(_localCtrBits),
41 instShiftAmt(_instShiftAmt)
42{

--- 104 unchanged lines hidden ---
36
37LocalBP::LocalBP(unsigned _localPredictorSize,
38 unsigned _localCtrBits,
39 unsigned _instShiftAmt)
40 : localPredictorSize(_localPredictorSize),
41 localCtrBits(_localCtrBits),
42 instShiftAmt(_instShiftAmt)
43{

--- 104 unchanged lines hidden ---