gem5/arch/mips/isa_desc
Korey Sewell 14fc0996e3 first version of my decoder function skeleton
- this will decode the instructions but not doing anything to create the C++ object yet
(the 1st of many steps!)

arch/mips/isa_desc/bitfields.h:
    initial bitfield constants ... copied some from original alpha bitfields
arch/mips/isa_desc/decoder.h:
    decoder function skeleton pt.1
    - this will decode the instructions but not doing anything to create the C++ object yet
    (the 1st of many steps!)

--HG--
extra : convert_revision : 2b9a0f8160c78b17f9d3d5eaf5af5a4d2f074761
2006-01-25 17:06:23 -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 first version of my decoder function skeleton 2006-01-25 17:06:23 -05:00
decoder.h first version of my decoder function skeleton 2006-01-25 17:06:23 -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