gem5/arch/mips/isa_desc
Korey Sewell efc4620de1 decoder skeleton code: this should be able to read any MIPS instruction and decode it but NOT produce any C++ class object.
All of the code literals are empty as of now. As much as possible instructions were organized into relevant "formats"
and also references to the tables I used from the MIPS manual were noted via appropriate comments.

--HG--
extra : convert_revision : 9b44fb40e900061a4cdb290b6a5aaceb9750ae13
2006-01-26 01:34:43 -05:00
..
formats initial changes to decoder.hh and copied files from arch/sparc directory 2006-01-25 14:43:47 -05:00
bitfields.h more changes to the decoder ... Now does special 3 table 2006-01-25 17:36:38 -05:00
decoder.h decoder skeleton code: this should be able to read any MIPS instruction and decode it but NOT produce any C++ class object. 2006-01-26 01:34:43 -05:00
formats.h initial changes to decoder.hh and copied files from arch/sparc directory 2006-01-25 14:43:47 -05:00
includes.h initial changes to decoder.hh and copied files from arch/sparc directory 2006-01-25 14:43:47 -05:00
operands.h initial changes to decoder.hh and copied files from arch/sparc directory 2006-01-25 14:43:47 -05:00