gem5/arch/mips/isa/formats
Korey Sewell 54b47bc5ae MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!!
arch/mips/faults.hh:
    remove nonsense
arch/mips/isa/base.isa:
    define R31
arch/mips/isa/bitfields.isa:
    forgotten bitfields
arch/mips/isa/decoder.isa:
    INT64 -> int64_t
arch/mips/isa/formats.isa:
    fix comments
arch/mips/isa/formats/branch.isa:
    Branch -> BranchLikely
    RB -> RT
arch/mips/isa/formats/fp.isa:
    Make FP ops generates
arch/mips/isa/formats/mem.isa:
    RA,RB -> RS,RT
arch/mips/isa/formats/noop.isa:
    Rc -> Rd
arch/mips/isa/formats/util.isa:
    forgot brace and semicolon
arch/mips/isa/includes.isa:
    remove unnecessary files
arch/mips/isa_traits.hh:
    spacing
cpu/static_inst.hh:
    add cond_delay_slot flag

--HG--
extra : convert_revision : 3bc7353b437f9a764e85cc462bed86c9d654eb37
2006-02-22 03:33:35 -05:00
..
basic.isa Support NNPC and branch instructions ... Outputs to decoder.cc correctly 2006-02-18 23:17:45 -05:00
branch.isa MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!! 2006-02-22 03:33:35 -05:00
fp.isa MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!! 2006-02-22 03:33:35 -05:00
int.isa MIPS generates ISA code through scons '.../decoder.cc'!!! 2006-02-18 03:12:04 -05:00
mem.isa MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!! 2006-02-22 03:33:35 -05:00
noop.isa MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!! 2006-02-22 03:33:35 -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 make MIPS specific 2006-02-20 14:48:10 -05:00
unknown.isa trying to get ISA to parse correctly ... 2006-02-14 21:26:01 -05:00
util.isa MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!! 2006-02-22 03:33:35 -05:00