X86: Implement the media floating point max instructions.
[gem5.git] / src / arch / x86 / isa / insts / simd128 /
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 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.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Fix places where movfp was used incorrectly.
2007-10-03 Gabe BlackX86: Put ldst into the microcode (the earlier changeset...
2007-09-20 Gabe BlackX86: Put in stubs for x87, 64 bit and 128 bit SIMD...