summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/system/segmentation.py
AgeCommit message (Expand)Author
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-09-16X86: Fix setting the busy bit in the task descriptor in LTR.Gabe Black
2009-04-19X86: Explicitly use the right width in a few places that need a 64 bit value.Gabe Black
2009-02-25X86: Implement the lldt instruction.Gabe Black
2009-02-25X86: Rename oszForPseudoDesc maxOsz to reflect its more general use.Gabe Black
2009-02-25X86: Do a merge for the zero extension microop.Gabe Black
2009-02-25X86: Implement the LTR instruction.Gabe Black
2008-10-12X86: Implement the swapgs instruction.Gabe Black
2007-12-01X86: Reorganize segmentation and implement segment selector movs.Gabe Black
2007-12-01X86: Implement the LIDT instruction.Gabe Black
2007-12-01X86: Implement the lgdt instruction.Gabe Black