summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/general_purpose/input_output
AgeCommit message (Expand)Author
2012-01-09X86: Add memory fence to I/O instructionsNilay Vaish
2011-03-01X86: Mark IO reads and writes as non-speculative.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-02-27X86: Make instructions that use intseg preserve all 8 bytes of their addresses.Gabe Black
2009-02-25X86: Do a merge for the zero extension microop.Gabe Black
2008-10-12X86: Create a SeqOp class of microops and make Br one of them.Gabe Black
2008-06-12X86: Make string instructions work when rcx=0.Gabe Black
2008-06-12X86: Bypass unaligned access support for register addressed MSRs.Gabe Black
2008-01-12X86: Fix the general IO instructions dataSize.Gabe Black
2007-11-12X86: Change the meaning of the sext and zext width operand, and make sext set...Gabe Black
2007-10-18X86: Implement the string IO instructions, ins and outs.Gabe Black
2007-10-18X86: Implement the in/out instructions. These will still need support from th...Gabe Black
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black