first version of my decoder function skeleton
authorKorey Sewell <ksewell@umich.edu>
Wed, 25 Jan 2006 22:06:23 +0000 (17:06 -0500)
committerKorey Sewell <ksewell@umich.edu>
Wed, 25 Jan 2006 22:06:23 +0000 (17:06 -0500)
commit14fc0996e3d349c03c1e0afcb09df3679891dea5
tree8fc0e2f6b00bddb130cf96eeaa24f2395224a5a3
parent90aa2dbfc226f6b34165603b38f102312008c23c
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
arch/mips/isa_desc/bitfields.h
arch/mips/isa_desc/decoder.h