gem5/src/arch/x86/isa
Gabe Black 85f9213b8a Accidentally didn't save when moving the specialization code out of here.
--HG--
extra : convert_revision : 1ffe0c497e10fef1eb84b3c97c00b98d820fbb97
2007-04-09 01:08:05 +00:00
..
decoder The process of going from an instruction definition to an instruction to be returned by the decoder has been fleshed out more. The following steps describe how an instruction implementation becomes a StaticInst. 2007-04-04 23:35:20 +00:00
formats Refactored the x86 isa description some more. There should be more seperation between x86 specific parts, and those parts which are implemented in the isa description but could eventually be moved elsewhere. 2007-04-06 16:00:56 +00:00
microops Consolidated the microcode assembler to help separate it from more x86-centric stuff. 2007-04-06 16:39:25 +00:00
base.isa Add in a stub merging function 2007-04-06 15:16:36 +00:00
bitfields.isa Break out the one and two byte opcodes into different files. Also change what bits decode is done on to reflect where clumps of instructions are. 2007-03-21 19:19:53 +00:00
includes.isa 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. 2007-04-03 15:01:09 +00:00
macroop.isa Refactored the x86 isa description some more. There should be more seperation between x86 specific parts, and those parts which are implemented in the isa description but could eventually be moved elsewhere. 2007-04-06 16:00:56 +00:00
main.isa Move the instruction specialization stuff out of the microassembler file, and added some comments to main.isa 2007-04-06 16:55:56 +00:00
microasm.isa Accidentally didn't save when moving the specialization code out of here. 2007-04-09 01:08:05 +00:00
operands.isa The process of going from an instruction definition to an instruction to be returned by the decoder has been fleshed out more. The following steps describe how an instruction implementation becomes a StaticInst. 2007-04-04 23:35:20 +00:00
specialize.isa Move the instruction specialization stuff out of the microassembler file, and added some comments to main.isa 2007-04-06 16:55:56 +00:00