Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/49704 )

Change subject: cpu-o3: Remove some unused accessors on the PhysRegFile.
......................................................................

cpu-o3: Remove some unused accessors on the PhysRegFile.

Change-Id: I2d3d4845ae1a7e4329985a1d8bc011e2f5cf83d1
---
M src/cpu/o3/regfile.hh
1 file changed, 0 insertions(+), 16 deletions(-)



diff --git a/src/cpu/o3/regfile.hh b/src/cpu/o3/regfile.hh
index b273404..ed15c57 100644
--- a/src/cpu/o3/regfile.hh
+++ b/src/cpu/o3/regfile.hh
@@ -212,22 +212,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: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to