x86: add op class for int and fp microops in isa description
[gem5.git] / src / arch / x86 / isa / insts / general_purpose /
2013-04-23 Christian Menardx86: increment the stack pointer in lret inst
2012-04-29 Gabe BlackX86: Fix the IMUL_R_P_I macroop.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishX86: Add memory fence to I/O instructions
2012-01-07 Gabe BlackMerge with main repository.
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-03-02 Gabe BlackX86: Mark IO reads and writes as non-speculative.
2011-02-07 Tim HarrisX86: Use all 64 bits of the lstar register in the SYSCA...
2011-02-07 Tim HarrisX86: Fix JMP_FAR_I to unpack a far pointer correctly.
2011-02-07 Tim HarrisX86: Read the LDT/GDT at CPL0 when executing an iret.
2011-02-03 Gabe BlackX86: Replace the stupd microop with a store/update...
2010-09-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
2010-08-23 Gabe BlackX86: Mark serializing macroops and regular instructions...
2010-07-21 Tushar KrishnaFix x86 XCHG macro-op to use locked micro-ops for all...
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-01-19 Derek Howermerge
2009-11-11 Gabe BlackMerge with the head.
2009-11-10 Vince WeaverX86: Fix bugs in movd implementation.
2009-10-30 Vince WeaverX86: Implement movd_Vo_Edp on X86
2009-09-17 Gabe BlackX86: Fix checking the NT bit during an IRET.
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Implement MOVNTI.
2009-08-18 Gabe BlackX86: Turn the DIV and IDIV microcode into templates...
2009-08-18 Gabe BlackX86: Remove some FIXMEs from IDIV that have been fixed.
2009-08-18 Gabe BlackX86: Turn the CMPXCHG8B microcode into a template and...
2009-08-17 Polina DudnikBranch Merge
2009-08-17 Gabe BlackMerge with head.
2009-08-17 Gabe BlackX86: Fix a bug introduced to IDIV in a recent attempt...
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-09 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-09 Gabe BlackX86: Implement the CMPXCHG8B/CMPXCHG16B instruction.
2009-08-09 Gabe BlackX86: Don't clobber the original dividend when doing...
2009-08-09 Gabe BlackX86: Make not taken conditional moves leave the destina...
2009-08-07 Gabe BlackX86: (Re)Implemented SHRD.
2009-08-07 Gabe BlackX86: Implement SHLD.
2009-08-07 Gabe BlackX86: Make the qaud width bswap instruction handle the...
2009-08-07 Gabe BlackX86: Don't truncate the immediate parameter for the...
2009-08-07 Gabe BlackX86: Adjust the various sizes used for the enter and...
2009-08-07 Gabe BlackX86: Make scas compare its operands in the right order.
2009-08-07 Gabe BlackX86: Fix a copy/paste error for cmovnp.
2009-08-05 Derek Howermerge
2009-08-05 Gabe BlackMerge with head.
2009-08-05 Gabe BlackX86: Fix condition code setting for signed multiplies...
2009-08-05 Gabe BlackX86: Use the new forced folding mechanism for the SAHF...
2009-08-05 Gabe BlackX86: Fix the indexing for ah in byte division instructions.
2009-08-05 Gabe BlackX86: Fix the indexing for ah in byte multiply instructions.
2009-08-05 Gabe BlackX86: Set the flags on rotate left with carry instructions.
2009-08-05 Gabe BlackX86: Set the flags for rotate right with carry instruct...
2009-08-05 Gabe BlackX86: Set the flags on a rotate right instruction.
2009-08-05 Gabe BlackX86: Actually set the flags on a rotate left instruction.
2009-07-18 Derek Howermerge
2009-07-16 Polina Dudnikmerge
2009-07-16 Gabe BlackX86: Fix a number of places where the wrong form of...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackX86: Fix a bug in IRET_PROT's microcode. The immediate...
2009-05-29 Gabe BlackX86: Keep track of more descriptor state to accomodate...
2009-04-19 Gabe BlackX86: Implement a locking version of XADD.
2009-04-19 Gabe BlackX86: Implement a locking version of BTC.
2009-04-19 Gabe BlackX86: Implement a locking version of BTR.
2009-04-19 Gabe BlackX86: Implement a locking version of CMPXCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of BTS.
2009-04-19 Gabe BlackX86: Implement a locking version of DEC.
2009-04-19 Gabe BlackX86: Implement a locking version of INC.
2009-04-19 Gabe BlackX86: Implement a locking version of NEG.
2009-04-19 Gabe BlackX86: Implement a locking version of NOT.
2009-04-19 Gabe BlackX86: Implement a locking version of XCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of XOR.
2009-04-19 Gabe BlackX86: Implement a locking version of SUB.
2009-04-19 Gabe BlackX86: Implement a locking version of AND.
2009-04-19 Gabe BlackX86: Implement a locking version of SBB.
2009-04-19 Gabe BlackX86: Implement a locking version of ADC.
2009-04-19 Gabe BlackX86: Implement a locking version of OR.
2009-04-19 Gabe BlackX86: Implement a locking version of ADD.
2009-04-19 Gabe BlackX86: Make the TEST instruction set all the flags it...
2009-04-19 Gabe BlackX86: Explicitly use the right width in a few places...
2009-04-19 Gabe BlackX86: Implement far jmp.
2009-04-19 Gabe BlackX86: Fix the mov to segment selector in real mode instr...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Implement shrd.
2009-02-27 Gabe BlackX86: Set address size to 64 bits when generating addres...
2009-02-27 Gabe BlackX86: Make instructions that use intseg preserve all...
2009-02-27 Gabe BlackX86: Compute shift instruction flags correctly.
2009-02-25 Gabe BlackX86: Make rdcr use merge and the mov to control registe...
2009-02-25 Gabe BlackX86: Make the segment register reading microops use...
2009-02-25 Gabe BlackX86: Implement the mov to debug register intructions.
2009-02-25 Gabe BlackX86: Fix a few bugs with the segment register instructi...
2009-02-25 Gabe BlackX86: Do a merge for the zero extension microop.
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
2009-02-25 Gabe BlackX86: Update CS later so stack accesses have the right...
2009-02-25 Gabe BlackX86: Implement the sysret instruction in long mode.
2009-02-25 Gabe BlackX86: Implement the longmode versions of the syscall...
2009-02-01 Gabe BlackX86: Fix the microcode for the LODS instruction.
2009-01-26 Gabe BlackX86: Implement the xadd instruction.
2009-01-26 Gabe BlackX86: Implement the bswap instruction.
2009-01-26 Gabe BlackX86: Fix a bug in the iret microcode.
2008-10-13 Gabe BlackX86: Fix the segment setting code in IRET, and make...
2008-10-12 Gabe BlackX86: Create a SeqOp class of microops and make Br one...
next