gem5/arch/mips
Korey Sewell c32b4ecac1 infinitesimal small baby steps toward MIPS actually working
arch/mips/isa/formats/branch.isa:
    let user know that we alter r31 in disassembly
arch/mips/isa_traits.cc:
    add copyRegs function ...
    comment out serialize float code for now
arch/mips/isa_traits.hh:
    make FloatRegFile a class ... change values of architectural regs
arch/mips/process.cc:
    change MIPS to Mips
base/loader/elf_object.cc:
    get global pointer initialized to a value
base/loader/elf_object.hh:
    Add global_ptr to elf_object constructor
base/loader/object_file.hh:
    MIPS to Mips
base/traceflags.py:
    SimpleCPU trace flag
cpu/simple/cpu.cc:
    DPRINTF flags for SimpleCPU
cpu/static_inst.hh:
    Add Decoder functions to static_inst.hh

--HG--
extra : convert_revision : 0544a8524d3fe4229428cb06822f7da208c72459
2006-03-15 16:26:40 -05:00
..
isa infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -05:00
faults.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
faults.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
isa_traits.cc infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -05:00
isa_traits.hh infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -05:00
linux_process.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
linux_process.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
process.cc infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -05:00
process.hh Clean up arch/*/process.hh includes and std namespace issues. 2006-03-12 16:27:52 -05:00
SConscript MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
stacktrace.hh updated MIPS ISA files .... all files should be able to compile/build with MIPS option except isa_traits.* 2006-03-08 02:05:38 -05:00
utility.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00