X86: Implement the INVLPG instruction and the TIA microop.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 27 Feb 2008 04:39:22 +0000 (23:39 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 27 Feb 2008 04:39:22 +0000 (23:39 -0500)
commit98d2ca403e859f289e6d637a2179e62728370d5f
tree58568c14f16d6cdfff6dbdd728c637314f895e9b
parent8b4796a367ec21d294f7318343e5bb9d7e07a53e
X86: Implement the INVLPG instruction and the TIA microop.

--HG--
extra : convert_revision : 31db1ee082f6c3ca5443cba1eb335e408661ead2
src/arch/x86/SConscript
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/system/__init__.py
src/arch/x86/isa/insts/system/invlpg.py [new file with mode: 0644]
src/arch/x86/isa/microops/ldstop.isa
src/arch/x86/tlb.cc