Break out the one and two byte opcodes into different files. Also change what bits...
authorGabe Black <gblack@eecs.umich.edu>
Wed, 21 Mar 2007 19:19:53 +0000 (19:19 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 21 Mar 2007 19:19:53 +0000 (19:19 +0000)
commit0a80d06deaaf6fc574abacc2fed9b74d0bca1085
tree070b5addf386a199fb9837c07eabe85191b5d3ba
parent3efec59fc55a439353adbd859722d8a5d170c18d
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.

--HG--
extra : convert_revision : 8768676eac25e6a4f0dc50ce2dc576bdcdd6e025
14 files changed:
src/arch/x86/isa/base.isa [new file with mode: 0644]
src/arch/x86/isa/bitfields.isa
src/arch/x86/isa/decoder/decoder.isa
src/arch/x86/isa/decoder/one_byte_opcodes.isa [new file with mode: 0644]
src/arch/x86/isa/decoder/two_byte_opcodes.isa [new file with mode: 0644]
src/arch/x86/isa/formats/basic.isa
src/arch/x86/isa/formats/error.isa [new file with mode: 0644]
src/arch/x86/isa/formats/formats.isa
src/arch/x86/isa/formats/unimp.isa [new file with mode: 0644]
src/arch/x86/isa/main.isa
src/arch/x86/predecoder.cc
src/arch/x86/predecoder.hh
src/arch/x86/predecoder_tables.cc
src/arch/x86/types.hh