ARM: Get rid of some unused FP operands.
This commit is contained in:
parent
55978f0395
commit
24c5b5925d
1 changed files with 0 additions and 5 deletions
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in a new issue