Made the MultiOp format do a little more. It now sets up single microop instructions...
authorGabe Black <gblack@eecs.umich.edu>
Thu, 29 Mar 2007 17:57:19 +0000 (17:57 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 29 Mar 2007 17:57:19 +0000 (17:57 +0000)
commit7fcc9d2106e1057f95867a5691c01b2c17278b31
tree051a6fbc91295cfbd918e8857b92b6d253db023f
parente67a207ad302e36fdfbb0a1eae0dadeef5b6a31d
Made the MultiOp format do a little more. It now sets up single microop instructions to return an instance of the right class. The code to decode register numbers and generate loads and stores still needs to be added. Also, a syntax for specifying operands as sources, destinations, or both needs to be established. Multipl microop instructions are also not handled, pending real macroop generation support.

--HG--
extra : convert_revision : 1a0a4b36afce8255e23e3cdd7a85c1392dda5f72
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/isa/formats/multi.isa