gem5/cpu
Steve Reinhardt 40b9a3878a Minor changes to instruction trace output.
arch/alpha/isa_desc:
    A few disassembly changes to make it easier to compare with old machine.def traces:
    - Make lds prefetches print f31 instead of r31 as dest.
    - Don't print mode suffixes on FP if SS_COMPATIBLE_DISASSEMBLY
cpu/exetrace.cc:
    Left-justify instruction in field, and increase width by 1.

--HG--
extra : convert_revision : 9ffd56728f1bb772aa3ccda5f027b93d4c3a4135
2003-11-03 20:26:51 -08:00
..
full_cpu File moves for the reorg. Tree is in broken state until I commit the makefile and 2003-10-10 09:57:26 -07:00
memtest Probe is now in. You currently can't probe uncacheable (of course it doesn't make much sense either. 2003-10-22 00:22:25 -04:00
simple_cpu Changed the naming of Serializeable derived objects. Serializeable no longer has 2003-10-31 17:32:04 -05:00
base_cpu.cc Initial support for CPU switching. New SamplingCPU object encompasses a set 2003-10-23 19:07:52 -07:00
base_cpu.hh Make FullCPU schedule its TickEvent when one of its contexts becomes active. 2003-10-24 23:02:36 -07:00
exec_context.cc Support for Serializable non-SimObject things like events. 2003-10-29 21:45:39 -08:00
exec_context.hh Add some comments explaining ExecContext::Status enum. 2003-10-30 07:08:35 -08:00
exetrace.cc Minor changes to instruction trace output. 2003-11-03 20:26:51 -08:00
exetrace.hh Get rid of obsolete code, most of it '#if 0'ed anyway. 2003-10-19 17:30:26 -07:00
inst_seq.hh File moves for the reorg. Tree is in broken state until I commit the makefile and 2003-10-10 09:57:26 -07:00
intr_control.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
intr_control.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
pc_event.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
pc_event.hh Move to non-architecture specific MemReq 2003-10-23 16:40:08 -04:00
static_inst.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
static_inst.hh Rename CPU object to FullCPU 2003-10-13 22:21:19 -07:00