Reworking how x86's isa description works. I'm adopting the following definitions...
authorGabe Black <gblack@eecs.umich.edu>
Wed, 4 Apr 2007 14:31:59 +0000 (14:31 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 4 Apr 2007 14:31:59 +0000 (14:31 +0000)
commit4285990a96bad869bc1046f28f99cf7f4b5c8de0
tree80b92e77e93ef76d5b8a154ad71813727e6e2be9
parent7f5409f2babd4fe26c364aedf7faf4cdcb0eb3f0
Reworking how x86's isa description works. I'm adopting the following definitions to make figuring out what's what a little easier:

MicroOp: A single operation actually implemented in hardware.
MacroOp: A collection of microops which are executed as a unit.
Instruction: An architected instruction which can be implemented with a macroop or a microop.

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