x86 work that hadn't been checked in.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 31 May 2007 13:50:35 +0000 (13:50 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 31 May 2007 13:50:35 +0000 (13:50 +0000)
commit7860c045e2a87a4e63b7d542a63a30da934ac6dd
tree2f7f45224c4a1dcaa2230f0d7acc229b269fba65
parenta3ae9486d543f23cd4203381e7bcf2ce86c51389
x86 work that hadn't been checked in.

src/arch/x86/isa/decoder/one_byte_opcodes.isa:
    Give the "MOV" instruction the format of it's arguments. This will likely need to be completely overhauled in the near future.
src/arch/x86/predecoder.cc:
src/arch/x86/predecoder.hh:
    Make the predecoder explicitly reset itself rather than counting on it happening naturally.
src/arch/x86/predecoder_tables.cc:
    Fix the immediate size table
src/arch/x86/regfile.cc:
    nextnpc is bogus

--HG--
extra : convert_revision : 0926701fedaab41817e64bb05410a25174484a5a
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/predecoder.cc
src/arch/x86/predecoder.hh
src/arch/x86/predecoder_tables.cc
src/arch/x86/regfile.cc