x86: increment the stack pointer in lret inst
[gem5.git] / src / arch / x86 / isa / insts /
2009-08-18 Gabe BlackX86: Use suffixes to differentiate XMM/MMX/GPR operands.
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: Take limitted advantage of the compilers type...
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: Make the interrupt entering microcode record the...
2009-04-19 Gabe BlackX86: Implement the save machine status word instruction...
2009-04-19 Gabe BlackX86: Implement the load machine status word instruction...
2009-04-19 Gabe BlackX86: Fix the mov to segment selector in real mode instr...
2009-04-19 Gabe BlackX86: Implement the INIT IPI.
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: Implement IST stack switching.
2009-02-25 Gabe BlackX86: Implement the lldt instruction.
2009-02-25 Gabe BlackX86: Make rdcr use merge and the mov to control registe...
2009-02-25 Gabe BlackX86: Implement CLTS.
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: Rename oszForPseudoDesc maxOsz to reflect its...
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: Use atCPL0 for accesses that are part of CPU machi...
2009-02-25 Gabe BlackX86: Move where CS is set so CPL checks work out.
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-25 Gabe BlackX86: Make exceptions handle stack switching.
2009-02-25 Gabe BlackX86: Implement the LTR instruction.
2009-02-02 Gabe BlackX86: All x86 fault classes now attempt to do something...
2009-02-02 Gabe BlackX86: Make the long mode interrupt/exception microcode...
2009-02-02 Gabe BlackX86: Make the chks microop check for the right int...
2009-02-02 Gabe BlackX86: Touch up the interrupt entering microcode.
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-13 Gabe BlackX86: Implement the swapgs instruction.
2008-10-13 Gabe BlackX86: Implement entering an interrupt in microcode.
2008-10-12 Gabe BlackX86: Create a SeqOp class of microops and make Br one...
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...
2008-10-09 Gabe BlackX86: Make far ret modify CS instead of some random...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-09-03 Gabe BlackX86: Fix the microcode for sign/zero extending moves...
2008-06-12 Gabe BlackX86: Make the cpuid processor identifier return a real...
next