gem5/src/arch/sparc/isa/formats
Gabe Black 349c7aff9b Move the mem classes into util.isa so that multiple inheritance can be used in the future for micro insts.
--HG--
extra : convert_revision : c71faa5e43b56ed15d00ed5fd57c020d1c845445
2006-10-29 03:40:52 -05:00
..
mem Move the mem classes into util.isa so that multiple inheritance can be used in the future for micro insts. 2006-10-29 03:40:52 -05:00
basic.isa Change the default constructors to take ExtMachInsts rather than regular MachInsts 2006-10-23 02:32:58 -04:00
branch.isa Changed the sign extension function from mine to the provided one. Mine relied on implementation specific behavior, namely right shifting a signed value. 2006-10-12 17:39:15 -04:00
formats.isa Bring casa and casxa up to date 2006-10-29 02:57:32 -05:00
integerop.isa Fix how additional template parameters are handled. Non string parameters are not processed as code. 2006-10-15 20:37:28 -04:00
micro.isa Made sure the constructor for insts use ExtMachInst rather than MachInst, since otherwise the EXT_ASI field is lost. 2006-10-16 15:52:14 -04:00
nop.isa Fix to SPARC Nop class for multiple CPU models. 2006-05-22 22:15:22 -04:00
priv.isa Fixed the priv instruction format. 2006-10-25 17:58:44 -04:00
trap.isa New directory structure: 2006-05-22 14:29:33 -04:00
unimp.isa Support for returning unimplemented instruction in the decoder, lifted from Alpha 2006-10-12 17:27:06 -04:00
unknown.isa New directory structure: 2006-05-22 14:29:33 -04:00