decoder skeleton code: this should be able to read any MIPS instruction and decode...
authorKorey Sewell <ksewell@umich.edu>
Thu, 26 Jan 2006 06:34:43 +0000 (01:34 -0500)
committerKorey Sewell <ksewell@umich.edu>
Thu, 26 Jan 2006 06:34:43 +0000 (01:34 -0500)
commitefc4620de1c3e70159c67c6bc858f1b785baba97
tree2c89c54346e2761da8835f30f2904d810f86e052
parent4be1f418bc4bd6d3b63b913e3ac57519acf4584a
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
arch/mips/isa_desc/decoder.h