gem5/src/arch
Gabe Black 7701c5b1ec X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
The decoder now checks the value of FULL_SYSTEM in a switch statement to
decide whether to return a real syscall instruction or one that triggers
syscall emulation (or a panic in FS mode). The switch statement should devolve
into an if, and also should be optimized out since it's based on constant
input.
2011-09-19 02:53:37 -07:00
..
alpha PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts. 2011-09-19 02:40:19 -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: Implement gem5/src/arch/mips/remote_gdb.cc. 2011-09-10 03:45:25 -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 PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts. 2011-09-19 02:40: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