MIPS generates ISA code through scons '.../decoder.cc'!!!
authorKorey Sewell <ksewell@umich.edu>
Sat, 18 Feb 2006 08:12:04 +0000 (03:12 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sat, 18 Feb 2006 08:12:04 +0000 (03:12 -0500)
commit6bf71f96f3ae17e49eca8b77bf1f99b2883f93f6
tree0c1711fc19f90d512be0541ddae7737b3655f439
parent7446238118bf15ce7844759ef216b138bb2b13d3
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
arch/mips/isa/decoder.isa
arch/mips/isa/formats.isa
arch/mips/isa/formats/branch.isa
arch/mips/isa/formats/int.isa
arch/mips/isa/formats/noop.isa