summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/operands.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-12-09 14:45:04 -0800
committerGabe Black <gblack@eecs.umich.edu>2010-12-09 14:45:04 -0800
commit24c5b5925d0bc724a9c6f3f4582def33e113ccf0 (patch)
tree1ca8a00f0682768f4a8a1057c5851286a16298e9 /src/arch/arm/isa/operands.isa
parent55978f0395f55c18028ac9fb231b58a105168649 (diff)
downloadgem5-24c5b5925d0bc724a9c6f3f4582def33e113ccf0.tar.xz
ARM: Get rid of some unused FP operands.
Diffstat (limited to 'src/arch/arm/isa/operands.isa')
-rw-r--r--src/arch/arm/isa/operands.isa5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/arm/isa/operands.isa b/src/arch/arm/isa/operands.isa
index dfbf173b8..abf5c42a2 100644
--- 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),