projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5aee75
)
ARM: Add an fp version of one of the microop indexed registers.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:04 +0000
(12:58 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:04 +0000
(12:58 -0500)
src/arch/arm/isa/operands.isa
patch
|
blob
|
history
diff --git
a/src/arch/arm/isa/operands.isa
b/src/arch/arm/isa/operands.isa
index d80c0c7120562b20e84bb127d31150c6ce2c6673..84bd81ca0cfa898e183e554e2c29912c7af42524 100644
(file)
--- a/
src/arch/arm/isa/operands.isa
+++ b/
src/arch/arm/isa/operands.isa
@@
-114,6
+114,7
@@
def operands {{
#Register fields for microops
'Ra' : ('IntReg', 'uw', 'ura', 'IsInteger', 11, maybePCRead, maybePCWrite),
+ 'Fa' : ('FloatReg', 'sf', 'ura', 'IsFloating', 11),
'Rb' : ('IntReg', 'uw', 'urb', 'IsInteger', 12, maybePCRead, maybePCWrite),
#General Purpose Floating Point Reg Operands