gem5/src/arch
Gabe Black 110c59b414 MIPS: Get rid of cruft in the fault classes.
Get rid of Fault classes left over from when this file was copied from Alpha,
and rename ArithmeticOverflowFault to be IntegerOverflowFault and get rid of
the old IntegerOverflowFault stub. The Integer version is what's actually in
the manual, but the Arithmetic version had the implementation.
2011-09-19 06:17:19 -07:00
..
alpha Alpha: Get rid of some #if FULL_SYSTEMs in the Alpha ISA description. 2011-09-19 03:40:30 -07:00
arm PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts. 2011-09-19 02:40:19 -07:00
generic ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. 2011-07-02 22:35:04 -07:00
mips MIPS: Get rid of cruft in the fault classes. 2011-09-19 06:17:19 -07:00
noisa SCons: Support building without an ISA 2010-11-19 18:00:39 -06:00
power StaticInst: Merge StaticInst and StaticInstBase. 2011-09-09 02:40:11 -07:00
sparc SPARC: Remove #if FULL_SYSTEMs from the ISA description. 2011-09-19 06:17:19 -07:00
x86 X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description. 2011-09-19 02:53:37 -07:00
isa_parser.py ISA parser: Don't look for operands in strings. 2011-09-08 03:21:14 -07:00
micro_asm.py scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access 2009-09-22 15:24:16 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00