X86: Reorganize segmentation and implement segment selector movs.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 2 Dec 2007 07:03:39 +0000 (23:03 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 2 Dec 2007 07:03:39 +0000 (23:03 -0800)
commitdc6f96017135da7f3beae5055195de3cf8e47c6c
treeb8fad747c652fe34db462bf585be4d184da02d6b
parenta548067b01ed99d4abc9483ca11466d3d9d4ceca
X86: Reorganize segmentation and implement segment selector movs.

--HG--
extra : convert_revision : 553c3ffeda1f5312cf02493f602e7d4ba2fe66e8
13 files changed:
src/arch/x86/insts/static_inst.cc
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/isa/insts/general_purpose/data_transfer/move.py
src/arch/x86/isa/insts/system/segmentation.py
src/arch/x86/isa/microasm.isa
src/arch/x86/isa/microops/regop.isa
src/arch/x86/isa/operands.isa
src/arch/x86/isa/specialize.isa
src/arch/x86/miscregfile.cc
src/arch/x86/miscregs.hh
src/arch/x86/segmentregs.hh
src/arch/x86/tlb.cc
src/arch/x86/utility.cc