gem5/arch/sparc/isa/formats
Gabe Black a8fbc4ec76 Got hello world to work!
arch/sparc/isa/decoder.isa:
    Made sure if a register was assigned to along some control path, then all paths on which no exception would block commit set a value as well. Also, Rs1 is treated as signed for bpr instructions.
arch/sparc/isa/formats/integerop.isa:
    Added an IntOpImm11 class which sign extends the SIMM11 immediate field.
arch/sparc/isa/formats/mem.isa:
    Fixed how offsets are used, and how disassembly is generated.
arch/sparc/linux/process.cc:
    Added fstat and exit_group syscalls.

--HG--
extra : convert_revision : 3b4427d239d254a92179a4137441125b8a364264
2006-04-30 01:46:00 -04:00
..
basic.isa Clean up of the SPARC isa description. 2006-03-07 04:33:10 -05:00
branch.isa Added in handling of the annul bit for branches, and fixed up computation of ccr bits. 2006-04-28 13:10:03 -04:00
integerop.isa Got hello world to work! 2006-04-30 01:46:00 -04:00
mem.isa Got hello world to work! 2006-04-30 01:46:00 -04:00
nop.isa Fixes to SPARC for syscall emulation mode. 2006-03-31 20:31:53 -05:00
priv.isa Fixed up the isa description. Also added some capability to the isa_parser in the InstObjParams constructor. 2006-04-06 14:52:44 -04:00
trap.isa Fixes to SPARC syscall emulation mode. 2006-04-18 09:27:22 -04:00
unknown.isa Fixes to SPARC for syscall emulation mode. 2006-03-31 20:31:53 -05:00