gem5/arch/mips/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 Code for more "BasicOp" instructions ... formats for all instructions in place ... Edits to Branch Format 2006-02-08 16:24:04 -05:00
bitfields.isa name changes ... minor IntOP format change 2006-02-07 18:36:08 -05:00
decoder.isa more code for instructions... Mainly for coprocessor0 and coprocessor1 move instructions 2006-02-09 04:26:04 -05:00
formats.isa name changes ... minor IntOP format change 2006-02-07 18:36:08 -05:00
includes.isa name changes ... minor IntOP format change 2006-02-07 18:36:08 -05:00
main.isa add at least BasicOp Format to most if not all instructions 2006-02-08 14:50:07 -05:00
operands.isa Polishing of isa_parser.py internal operand handling, resulting in 2006-02-12 00:31:19 -05:00