gem5/arch/mips/isa/formats
Korey Sewell 6bf71f96f3 MIPS generates ISA code through scons '.../decoder.cc'!!!
Now, must create g++ compilable code ...

arch/mips/isa/decoder.isa:
    missing a '}' ... edited a few instruction decodings ...
arch/mips/isa/formats.isa:
    rearranged #include
arch/mips/isa/formats/branch.isa:
    add Branch Likely  and Unconditional format
arch/mips/isa/formats/int.isa:
    move OperateNopCheckDecode template to another file ...
arch/mips/isa/formats/noop.isa:
    change Alpha to Mips in noop.isa

--HG--
extra : convert_revision : 4bf955fa6dffbbc99fb95fee7878f691e3df5424
2006-02-18 03:12:04 -05:00
..
basic.isa file name changes ... minor ISA changes 2006-02-16 02:39:46 -05:00
branch.isa MIPS generates ISA code through scons '.../decoder.cc'!!! 2006-02-18 03:12:04 -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