projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db71fff
)
define a couple more abi regiesters
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 19 Oct 2005 00:02:23 +0000
(20:02 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 19 Oct 2005 00:02:23 +0000
(20:02 -0400)
--HG--
extra : convert_revision :
2b909cc784d4fdd4833a70e86d13c207a7c1dd23
arch/alpha/isa_traits.hh
patch
|
blob
|
history
diff --git
a/arch/alpha/isa_traits.hh
b/arch/alpha/isa_traits.hh
index cc6d8147841cfab6a713620d8107e18d457efb71..2570d12f0fb01528f2b44010c7a7c58f5670de04 100644
(file)
--- a/
arch/alpha/isa_traits.hh
+++ b/
arch/alpha/isa_traits.hh
@@
-73,8
+73,10
@@
class AlphaISA
// the rest of these depend on the ABI
StackPointerReg = 30,
GlobalPointerReg = 29,
+ ProcedureValueReg = 27,
ReturnAddressReg = 26,
ReturnValueReg = 0,
+ FramePointerReg = 15,
ArgumentReg0 = 16,
ArgumentReg1 = 17,
ArgumentReg2 = 18,