X86: Impelement the HLT instruction and fix the "halt" microop.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 22:11:15 +0000 (15:11 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 22:11:15 +0000 (15:11 -0700)
commit35a8bc56cd1454f6d32ee7d0309f3ce62639f17c
tree26c25ee3e2e44c4b02835fac53a8dca95d3a3b8a
parentf69a463b4b6c247570374edd24b10be5b243d6a6
X86: Impelement the HLT instruction and fix the "halt" microop.

--HG--
extra : convert_revision : 932e5bb5bf3644f8468dba92177fb87cc54b891a
src/arch/x86/SConscript
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/isa/insts/system/__init__.py
src/arch/x86/isa/insts/system/halt.py [new file with mode: 0644]
src/arch/x86/isa/microops/specop.isa