projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55978f0
)
ARM: Get rid of some unused FP operands.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 9 Dec 2010 22:45:04 +0000
(14:45 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 9 Dec 2010 22:45:04 +0000
(14:45 -0800)
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 dfbf173b82926fd94e3f14e155e16fdc8f72fff2..abf5c42a2e8ddae8a0c432d2c997cc04dd20dfca 100644
(file)
--- a/
src/arch/arm/isa/operands.isa
+++ b/
src/arch/arm/isa/operands.isa
@@
-189,11
+189,6
@@
def operands {{
'Rb' : ('IntReg', 'uw', 'urb', 'IsInteger', 3, maybePCRead, maybePCWrite),
'Rc' : ('IntReg', 'uw', 'urc', 'IsInteger', 3, maybePCRead, maybePCWrite),
- #General Purpose Floating Point Reg Operands
- 'Fd': ('FloatReg', 'df', 'FD', 'IsFloating', 3),
- 'Fn': ('FloatReg', 'df', 'FN', 'IsFloating', 3),
- 'Fm': ('FloatReg', 'df', 'FM', 'IsFloating', 3),
-
#Memory Operand
'Mem': ('Mem', 'uw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 3),