gem5/arch/sparc/isa
Steve Reinhardt 79613686f0 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
2006-02-12 00:31:19 -05:00
..
formats Changed the filenames to the new standard again 2006-02-09 13:56:24 -05:00
base.isa Changed the filenames to the new standard again 2006-02-09 13:56:24 -05:00
bitfields.isa Changed the filenames to the new standard again 2006-02-09 13:56:24 -05:00
decoder.isa Changed the filenames to the new standard again 2006-02-09 13:56:24 -05:00
formats.isa Minor cleanup of include-handling code in isa_parser.py. 2006-02-09 22:27:41 -05:00
includes.isa Changed the filenames to the new standard again 2006-02-09 13:56:24 -05:00
main.isa Minor cleanup of include-handling code in isa_parser.py. 2006-02-09 22:27:41 -05:00
operands.isa Polishing of isa_parser.py internal operand handling, resulting in 2006-02-12 00:31:19 -05:00