gem5/arch/mips/isa/formats
Korey Sewell a48c24b61e Support NNPC and branch instructions ... Outputs to decoder.cc correctly
Edits to the CPU model may still need to be made to handle branch likely insts...

arch/isa_parser.py:
    add a NNPC operand ...
arch/mips/isa/base.isa:
    change SPARC to MIPS
arch/mips/isa/decoder.isa:
    typo < to >=
arch/mips/isa/formats/basic.isa:
    spacing
arch/mips/isa/formats/branch.isa:
    add code for branch instructions (still need adjustments for the branch likely)
arch/mips/isa/operands.isa:
    support for NNPC and R31
arch/mips/isa_traits.hh:
    NNPC Addr variable

--HG--
extra : convert_revision : df03d2a71c36dbc00270c2e3d7882b4f09ed97ad
2006-02-18 23:17:45 -05:00
..
basic.isa Support NNPC and branch instructions ... Outputs to decoder.cc correctly 2006-02-18 23:17:45 -05:00
branch.isa Support NNPC and branch instructions ... Outputs to decoder.cc correctly 2006-02-18 23:17:45 -05:00
fp.isa another big step to a parsable ISA ... no errors after I used a symbolic link for 2006-02-14 22:43:14 -05:00
int.isa MIPS generates ISA code through scons '.../decoder.cc'!!! 2006-02-18 03:12:04 -05:00
mem.isa another big step to a parsable ISA ... no errors after I used a symbolic link for 2006-02-14 22:43:14 -05:00
noop.isa MIPS generates ISA code through scons '.../decoder.cc'!!! 2006-02-18 03:12:04 -05:00
tlbop.isa add at least BasicOp Format to most if not all instructions 2006-02-08 14:50:07 -05:00
trap.isa add at least BasicOp Format to most if not all instructions 2006-02-08 14:50:07 -05:00
unimp.isa trying to get ISA to parse correctly ... 2006-02-14 21:26:01 -05:00
unknown.isa trying to get ISA to parse correctly ... 2006-02-14 21:26:01 -05:00
util.isa Get ISA parser to at least include all the ISA correctly ... crashes with "None" error 2006-02-16 02:51:04 -05:00