From: Gabe Black Date: Sun, 8 Nov 2009 09:57:34 +0000 (-0800) Subject: ARM: Get rid of the Raddr operand. X-Git-Tag: stable_2012_02_02~1575^2~91 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f63c260d89591d8d57274bb37aea51dc7c093b8f;p=gem5.git ARM: Get rid of the Raddr operand. --- diff --git a/src/arch/arm/isa/operands.isa b/src/arch/arm/isa/operands.isa index ac7427dad..a4c404bd5 100644 --- a/src/arch/arm/isa/operands.isa +++ b/src/arch/arm/isa/operands.isa @@ -63,7 +63,6 @@ def operands {{ 'Rdo': ('IntReg', 'uw', '(RD & ~1)', 'IsInteger', 4, maybePCRead, maybePCWrite), 'Rde': ('IntReg', 'uw', '(RD | 1)', 'IsInteger', 5, maybePCRead, maybePCWrite), - 'Raddr': ('IntReg', 'uw', '17', 'IsInteger', 6), 'Rhi': ('IntReg', 'uw', '18', 'IsInteger', 7), 'Rlo': ('IntReg', 'uw', '19', 'IsInteger', 8), 'LR': ('IntReg', 'uw', '14', 'IsInteger', 9),