X86: Fix the expected size of the immediate offset in MOV_MI.
[gem5.git] / src / arch / x86 / isa / insts /
2009-09-17 Gabe BlackX86: Fix checking the NT bit during an IRET.
2009-09-17 Gabe BlackX86: Fix setting the busy bit in the task descriptor...
2009-08-20 Gabe BlackX86: Fix the decoding for and fill out FST and FSTP.
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Implement MOVNTI.
2009-08-18 Gabe BlackX86: Implement MOVQ2DQ.
2009-08-18 Gabe BlackX86: Implement MOVDQ2Q.
2009-08-18 Gabe BlackX86: Implement the media instructions that convert...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement MOVSS.
2009-08-18 Gabe BlackX86: Implement LDMXCSR.
2009-08-18 Gabe BlackX86: Implement STMXCSR.
2009-08-18 Gabe BlackX86: Implement the shuffle media instructions.
2009-08-18 Gabe BlackX86: Implement the mask move instructions.
2009-08-18 Gabe BlackX86: Implement the instructions that move sign bits.
2009-08-18 Gabe BlackX86: Implement the insert/extract instructions.
2009-08-18 Gabe BlackX86: Implement the media average instructions.
2009-08-18 Gabe BlackX86: Implement the multiply and add instructions.
2009-08-18 Gabe BlackX86: Implement the media shifts that operate on 64...
2009-08-18 Gabe BlackX86: Implement the sum of absolute differences instruct...
2009-08-18 Gabe BlackX86: Implement the media integer subtract instructions.
2009-08-18 Gabe BlackX86: Implement the integer media multiply instructions.
2009-08-18 Gabe BlackX86: Implement the integer media max instructions.
2009-08-18 Gabe BlackX86: Implement the integer media min instructions.
2009-08-18 Gabe BlackX86: Implement the media integer addition instructions.
2009-08-18 Gabe BlackX86: Implement the instructions that convert between...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement the MOVDDUP instruction.
2009-08-18 Gabe BlackX86: Implement many of the media mov instructions.
2009-08-18 Gabe BlackX86: Implement the media instructions that convert...
2009-08-18 Gabe BlackX86: Implement the floating point media instructions.
2009-08-18 Gabe BlackX86: Implement the floating point media multiply instru...
2009-08-18 Gabe BlackX86: Implement the floating point media subtract instru...
2009-08-18 Gabe BlackX86: Implement the floating point media add instructions.
2009-08-18 Gabe BlackX86: Implement the media sqrt instructions.
2009-08-18 Gabe BlackX86: Implement the media floating point max instructions.
2009-08-18 Gabe BlackX86: Implement the media floating point min instructions.
2009-08-18 Gabe BlackX86: Implement the pack instructions.
2009-08-18 Gabe BlackX86: Rename sel to ext for media microops.
2009-08-18 Gabe BlackX86: Move the MMX version of MOVD into the simd64 direc...
2009-08-18 Gabe BlackX86: Implement the remaining unpack instructions.
2009-08-18 Gabe BlackX86: Implement PANDN, ANDNPS, and ANDNPD.
2009-08-18 Gabe BlackX86: Implement PAND, ANDPS, and ANDPD.
2009-08-18 Gabe BlackX86: Implement POR, ORPD and ORPS.
2009-08-18 Gabe BlackX86: Implement PXOR.
2009-08-18 Gabe BlackX86: (Re)implement XORPS and XORPD.
2009-08-18 Gabe BlackX86: Implement PUNPCKLQDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKHQDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKHDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKHWD.
2009-08-18 Gabe BlackX86: Implement PUNPCKHBW.
2009-08-18 Gabe BlackX86: Implement PUNPCKLDQ.
2009-08-18 Gabe BlackX86: Implement PUNPCKLWD.
2009-08-18 Gabe BlackX86: Implement the versions of PUNPCKLBW that use XMM...
2009-08-18 Gabe BlackX86: Implement the MOVQ instruction.
2009-08-18 Gabe BlackX86: Implement the versions of MOVD that have an MMX...
2009-08-18 Gabe BlackX86: Implement the versions of PUNPCKLBW that use MMX...
2009-08-18 Gabe BlackX86: Implement the versions of MOVD that have an MMX...
2009-08-18 Gabe BlackX86: Ignore the size part of XMM/MMX operands. The...
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.
next