gem5/arch/mips
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
..
isa_desc 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
isa_traits.cc initial changes to decoder.hh and copied files from arch/sparc directory 2006-01-25 14:43:47 -05:00
isa_traits.hh initial changes to decoder.hh and copied files from arch/sparc directory 2006-01-25 14:43:47 -05:00