Made changes to CWP be non speculative.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 16 Dec 2006 12:10:58 +0000 (07:10 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 16 Dec 2006 12:10:58 +0000 (07:10 -0500)
--HG--
extra : convert_revision : 43899bc97061c33e67a53179c23e46b079118117

src/arch/sparc/isa/operands.isa

index 9a5fda6ffc9deef64c429996380a4c39f927d9b9..256f2fa43976010828d8f34348db200cb4ed8222 100644 (file)
@@ -123,7 +123,7 @@ def operands {{
     'Pstate':          ('ControlReg', 'udw', 'MISCREG_PSTATE', None, 59),
     'Tl':              ('ControlReg', 'udw', 'MISCREG_TL', None, 60),
     'Pil':             ('ControlReg', 'udw', 'MISCREG_PIL', None, 61),
-    'Cwp':             ('ControlReg', 'udw', 'MISCREG_CWP', (None, None, ['IsSerializeAfter','IsSerializing']), 62),
+    'Cwp':             ('ControlReg', 'udw', 'MISCREG_CWP', (None, None, ['IsSerializeAfter','IsSerializing','IsNonSpeculative']), 62),
 #   'Cansave':         ('ControlReg', 'udw', 'MISCREG_CANSAVE', None, 63),
 #   'Canrestore':      ('ControlReg', 'udw', 'MISCREG_CANRESTORE', None, 64),
 #   'Cleanwin':                ('ControlReg', 'udw', 'MISCREG_CLEANWIN', None, 65),