gem5/arch/alpha
Steve Reinhardt 7cab07268f Do a better job of factoring out CPU model in ISA description.
(Still not perfect though.)

arch/alpha/isa_desc:
    Do a better job of factoring out CPU model.  (Still not perfect though.)
    Pull execute() methods out of class declarations into separate section
    of file, allowing (1) easier replication for different CPU models and
    (2) a path to putting them all in a separate file.  Force all instruction
    execution context into a single model-dependent class (SimpleCPU itself
    for SimpleCPU, DynInst for FullCPU).
arch/isa_parser.py:
    Do a better job of factoring out CPU model.  (Still not perfect though.)
    Pull execute() methods out of class declarations into separate section
    of file, allowing (1) easier replication for different CPU models and
    (2) a path to putting them all in a separate file.
    Also restructure top level to allow parser to run under interactive
    interpreter session for easier debugging.
cpu/exec_context.hh:
    Add a few new methods to clean up isa_desc.
cpu/simple_cpu/simple_cpu.cc:
cpu/static_inst.hh:
    StaticInst::execute no longer takes a CPU and an ExecContext,
    just a unified FooCPUExecContext.
cpu/simple_cpu/simple_cpu.hh:
    Add methods to redirect calls to ExecContext so SimpleCPU
    can act as sole instruction execution context for itself.
    Typedef SimpleCPU to SimpleCPUExecContext.

--HG--
extra : convert_revision : ecc445503bc585585da5663fe61796580e744da6
2004-05-10 16:10:47 -07:00
..
alpha_linux_process.cc Fixes for Linux syscall emulation. 2004-02-10 21:43:57 -08:00
alpha_linux_process.hh Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
alpha_memory.cc Beta version of Python configuration tool. Generates .ini files from 2004-04-06 10:02:00 -07:00
alpha_memory.hh Basic cleanup pass to get rid of a few things that made the Python 2004-04-02 22:57:08 -08:00
alpha_tru64_process.cc Modify the emulated system calls to support running the SPEC Int 2004-02-05 12:16:17 -05:00
alpha_tru64_process.hh Formatting & doxygen docs for new syscall emulation code. 2003-12-01 22:39:27 -08:00
aout_machdep.h Minor documentation tweaks. 2003-10-16 12:41:35 -07:00
arguments.cc cleanup 2003-10-13 16:14:28 -04:00
arguments.hh Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00
ecoff_machdep.h New loader structure. Expand Nate's ObjectFile to automatically detect file formats 2003-10-07 23:13:01 -07:00
ev5.cc More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL). 2004-04-03 13:46:10 -08:00
ev5.hh emulate callpal halt for non FULL_SYSTEM 2003-10-28 10:05:58 -05:00
faults.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
faults.hh More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL). 2004-04-03 13:46:10 -08:00
isa_desc Do a better job of factoring out CPU model in ISA description. 2004-05-10 16:10:47 -07:00
isa_traits.hh Change to a new centralized way to specify the memory hierarchy parameters (do_data and do_events). If you use the defaults (false and true respectively) you don't have to change your INI files. 2004-01-13 02:10:35 -05:00
osfpal.cc Initial copy support in the pipeline. Add copypal counting. 2004-02-27 00:45:21 -05:00
osfpal.hh Initial copy support in the pipeline. Add copypal counting. 2004-02-27 00:45:21 -05:00
pseudo_inst.cc Major stats package cleanup 2004-05-04 17:01:00 -04:00
pseudo_inst.hh add a couple of hacks to get thigns going for ISCA 2003-11-07 05:06:22 -05:00
vtophys.cc fix up vtophys a bit 2004-02-13 15:36:21 -05:00
vtophys.hh fix up vtophys a bit 2004-02-13 15:36:21 -05:00