Make disassembled x86 register indices reflect their size.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 18 Jul 2007 01:12:33 +0000 (18:12 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 18 Jul 2007 01:12:33 +0000 (18:12 -0700)
commite524240d689a6341a53865e0911ad04d440c6683
tree29f9df63ba07cc2da94501882439156d4548f4d0
parent2e80f71dcd2367ceae00df88405deee66a68b9ca
Make disassembled x86 register indices reflect their size.
This doesn't handle high byte register accesses. It also highlights the fact that address size isn't actually being calculated, and that the size a microop uses needs to be overridable from the microassembly.

--HG--
extra : convert_revision : d495ac4f5756dc55a5f71953ff6963b3c030e6cb
src/arch/x86/insts/microldstop.cc
src/arch/x86/insts/microregop.cc
src/arch/x86/insts/static_inst.cc
src/arch/x86/insts/static_inst.hh
src/arch/x86/isa/microops/limmop.isa