X86: Implement the media integer subtract instructions.
[gem5.git] / src / arch / x86 / isa / decoder /
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: Make larger blocks of instructions use the Inst...
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: 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-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: Decode byte sized singed divide as byte sized.
2009-08-07 Gabe BlackX86: (Re)Implemented SHRD.
2009-08-07 Gabe BlackX86: Implement SHLD.
2009-08-07 Gabe BlackX86: Use the right field when using legacy prefixes...
2009-08-05 Derek Howermerge
2009-08-05 Gabe BlackMerge with head.
2009-08-05 Gabe BlackX86: Use the new forced folding mechanism for the SAHF...
2009-04-19 Gabe BlackX86: Fix up a copyright.
2009-04-19 Gabe BlackX86: Recognize and handle the lock legacy prefix.
2009-04-19 Gabe BlackX86: Implement far jmp.
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: Only use %eax to select a function and look like...
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: Implement sysenter as a system call interface.
2009-02-27 Gabe BlackX86: Fix a decoder bug and add in some missing instruct...
2009-02-27 Gabe BlackX86: Implement the int system call interface in the...
2009-02-25 Gabe BlackX86: Implement the lldt instruction.
2009-02-25 Gabe BlackX86: Implement CLTS.
2009-02-25 Gabe BlackX86: Implement the mov to debug register intructions.
2009-02-25 Gabe BlackX86: Implement the fence instructions. These are not...
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
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: Implement the LTR instruction.
2009-01-26 Gabe BlackX86: Implement the xadd instruction.
2009-01-26 Gabe BlackX86: Implement the bswap instruction.
2009-01-07 Gabe BlackX86: Hook in the M5 pseudo insts.
2008-10-13 Gabe BlackX86: Implement the swapgs instruction.
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...
2008-06-12 Gabe BlackX86: Implement and hook up STI and CLI instructions.
2008-06-12 Gabe BlackX86: Implement a partial, sort of correct version of...
2008-06-12 Gabe BlackX86: Flesh out 3dnow instruction decoding a bit and...
2008-06-12 Gabe BlackX86: Add in some support for the tsc register.
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Implement the INVLPG instruction and the TIA microop.
2008-01-22 Gabe BlackX86: Implement and attach the BSR and BSF instructions.
2008-01-21 Gabe BlackX86: Fill out group17 in the decoder.
2007-12-02 Gabe BlackX86: Implement mov from control register.
2007-12-02 Gabe BlackX86: First crack at far returns. This is grossly approx...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-12-02 Gabe BlackX86: Implement the LIDT instruction.
2007-12-02 Gabe BlackX86: Implement the lgdt instruction.
2007-11-15 Korey Sewellbranch merge
2007-11-12 Gabe BlackX86: Implement the wrcr microop which writes a control...
2007-11-12 Gabe BlackX86: Implement some bit testing instructions.
2007-11-12 Gabe BlackX86: Flesh out the opcode groups for two byte opcodes.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-19 Gabe BlackX86: Implement the PUSHF, POPF, SAHF, and LAHF instruct...
2007-10-19 Gabe BlackX86: Impelement the HLT instruction and fix the "halt...
2007-10-19 Gabe BlackX86: Implement the ENTER instruction. This could probab...
2007-10-19 Gabe BlackMerge with head.
2007-10-19 Gabe BlackX86: Replace "group10" placeholder with the correspondi...
2007-10-19 Gabe BlackX86: Implement the string IO instructions, ins and...
2007-10-19 Gabe BlackX86: Implement the undocumented SALC instruction which...
2007-10-19 Gabe BlackX86: Implement the XLAT instruction.
2007-10-19 Gabe BlackX86: Implement the BOUND instruction.
2007-10-19 Gabe BlackX86: Make "Inst" the default format instead of WarnUnim...
2007-10-19 Gabe BlackX86: Implement the in/out instructions. These will...
next