Gabe Black has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/49704 )
(
50 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the
submitted one.
)Change subject: cpu-o3: Remove some unused accessors on the PhysRegFile.
......................................................................
cpu-o3: Remove some unused accessors on the PhysRegFile.
Change-Id: I2d3d4845ae1a7e4329985a1d8bc011e2f5cf83d1
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49704
Reviewed-by: Giacomo Travaglini <[email protected]>
Maintainer: Giacomo Travaglini <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/cpu/o3/regfile.hh
1 file changed, 13 insertions(+), 16 deletions(-)
Approvals:
Giacomo Travaglini: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/src/cpu/o3/regfile.hh b/src/cpu/o3/regfile.hh
index f6c28f7..9cb8fc2 100644
--- a/src/cpu/o3/regfile.hh
+++ b/src/cpu/o3/regfile.hh
@@ -154,22 +154,6 @@
/** Initialize the free list */
void initFreeList(UnifiedFreeList *freeList);
- /** @return the number of integer physical registers. */
- unsigned numIntPhysRegs() const { return numPhysicalIntRegs; }
-
- /** @return the number of floating-point physical registers. */
- unsigned numFloatPhysRegs() const { return numPhysicalFloatRegs; }
- /** @return the number of vector physical registers. */
- unsigned numVecPhysRegs() const { return numPhysicalVecRegs; }
- /** @return the number of predicate physical registers. */
- unsigned numPredPhysRegs() const { return numPhysicalVecPredRegs; }
-
- /** @return the number of vector physical registers. */
- unsigned numVecElemPhysRegs() const { return numPhysicalVecElemRegs; }
-
- /** @return the number of condition-code physical registers. */
- unsigned numCCPhysRegs() const { return numPhysicalCCRegs; }
-
/** @return the total number of physical registers. */
unsigned totalNumPhysRegs() const { return totalNumRegs; }
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49704
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I2d3d4845ae1a7e4329985a1d8bc011e2f5cf83d1
Gerrit-Change-Number: 49704
Gerrit-PatchSet: 53
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s