Polishing of isa_parser.py internal operand handling, resulting in
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 12 Feb 2006 05:31:19 +0000 (00:31 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 12 Feb 2006 05:31:19 +0000 (00:31 -0500)
commit79613686f0f6a8725e88e935a7c9ff4ede4cfc2b
treebaa659b44e5f561a1686b887b4f3825ef8e1d326
parent8f2e096275386cbd6744c4bd65190dba1c5b89b4
Polishing of isa_parser.py internal operand handling, resulting in
minor change to syntax of 'def operands' in ISA descriptions.

arch/alpha/isa/main.isa:
arch/mips/isa/operands.isa:
arch/sparc/isa/operands.isa:
    Change 'def operands' statement to work with new
    isa_parser changes.
arch/isa_parser.py:
    Merge OperandTraits and OperandDescriptor objects into a
    unified hierarchy of Operand objects.
    Required a change in the syntax of the 'def operands'
    statement in the ISA description.

--HG--
extra : convert_revision : cb43f1607311497ead88ba13953d410ab5bc6a37
arch/alpha/isa/main.isa
arch/isa_parser.py
arch/mips/isa/operands.isa
arch/sparc/isa/operands.isa