A batch of changes and fixes. Macroops are now generated automatically, multiops...
authorGabe Black <gblack@eecs.umich.edu>
Tue, 3 Apr 2007 15:01:09 +0000 (15:01 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 3 Apr 2007 15:01:09 +0000 (15:01 +0000)
commit61c56ffeaf3288e2a67c479a742cde5ab2d9377a
treeb8b45bdd677e1d81241a6247b0574a3f8130e592
parent0ce6936e7d5373593f5a468529d30035db62b601
A batch of changes and fixes. Macroops are now generated automatically, multiops do alot more of what they're supposed to (excluding memory operands), and microops are slightly more implemented.

--HG--
extra : convert_revision : 518059f47e11df50aa450d4a322ef2ac069c99c9
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/isa/formats/formats.isa
src/arch/x86/isa/formats/macroop.isa [new file with mode: 0644]
src/arch/x86/isa/formats/multi.isa
src/arch/x86/isa/includes.isa
src/arch/x86/isa/microasm.isa