Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/39678 )
Change subject: arch-arm: Delete some unused register related constants.
......................................................................
arch-arm: Delete some unused register related constants.
Change-Id: I0255c3144aaa5a892699745c8e7a6bf0944c85ff
---
M src/arch/arm/registers.hh
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/arch/arm/registers.hh b/src/arch/arm/registers.hh
index 630a145..8811799 100644
--- a/src/arch/arm/registers.hh
+++ b/src/arch/arm/registers.hh
@@ -97,13 +97,8 @@
const int NumVecRegs = NumVecV8ArchRegs + NumVecSpecialRegs +
NumVecIntrlvRegs;
const int NumVecPredRegs = 18; // P0-P15, FFR, UREG0
-const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumVecRegs +
- NumVecPredRegs + NumMiscRegs;
-
// Semantically meaningful register indices
const int ReturnValueReg = 0;
-const int ReturnValueReg1 = 1;
-const int ReturnValueReg2 = 2;
const int NumArgumentRegs = 4;
const int NumArgumentRegs64 = 8;
const int ArgumentReg0 = 0;
@@ -127,9 +122,7 @@
const int PREDREG_FFR = 16;
const int PREDREG_UREG0 = 17;
-const int SyscallNumReg = ReturnValueReg;
const int SyscallPseudoReturnReg = ReturnValueReg;
-const int SyscallSuccessReg = ReturnValueReg;
} // namespace ArmISA
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/39678
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: I0255c3144aaa5a892699745c8e7a6bf0944c85ff
Gerrit-Change-Number: 39678
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