scoreboard.hh (9916:9c3a4595cce9) scoreboard.hh (10104:ff709c429b7b)
1/*
2 * Copyright (c) 2005-2006 The Regents of The University of Michigan
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

67 /** The number of actual physical registers */
68 unsigned numPhysRegs;
69
70 /**
71 * The total number of registers which can be indexed, including
72 * the misc registers that come after the physical registers and
73 * which are hardwired to be always considered ready.
74 */
1/*
2 * Copyright (c) 2005-2006 The Regents of The University of Michigan
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

67 /** The number of actual physical registers */
68 unsigned numPhysRegs;
69
70 /**
71 * The total number of registers which can be indexed, including
72 * the misc registers that come after the physical registers and
73 * which are hardwired to be always considered ready.
74 */
75 unsigned numTotalRegs;
75 unsigned M5_CLASS_VAR_USED numTotalRegs;
76
77 /** The index of the zero register. */
78 PhysRegIndex zeroRegIdx;
79
80 /** The index of the FP zero register. */
81 PhysRegIndex fpZeroRegIdx;
82
83 bool isZeroReg(PhysRegIndex idx) const

--- 79 unchanged lines hidden ---
76
77 /** The index of the zero register. */
78 PhysRegIndex zeroRegIdx;
79
80 /** The index of the FP zero register. */
81 PhysRegIndex fpZeroRegIdx;
82
83 bool isZeroReg(PhysRegIndex idx) const

--- 79 unchanged lines hidden ---