Fixed the priv instruction format.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 25 Oct 2006 21:58:44 +0000 (17:58 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 25 Oct 2006 21:58:44 +0000 (17:58 -0400)
commit93b3176d4e72813bc64340eb534eb280f68764e1
treec5f97f8997671aa14a17d03df4ce7b3beb23435e
parent99d9d40e6c3e4c6c4fbfa3f4475ac3907e6f9d15
Fixed the priv instruction format.

src/arch/sparc/isa/formats/priv.isa:
    Fix the priv format so that it uses isa_parser operands rather than accessing the registers directly in checkCode. Also, the expressions needed to be negated.
src/arch/sparc/isa/operands.isa:
    Added an Hpstate operand, and adjusted the numbering.

--HG--
extra : convert_revision : 4a70862df061aa9e1b9eab125c4c2fc839ac3b5a
src/arch/sparc/isa/formats/priv.isa
src/arch/sparc/isa/operands.isa