summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-17X86: Implement the media floating point min instructions.Gabe Black
2009-08-17X86: Implement a floating point media min microop.Gabe Black
2009-08-17X86: Implement the pack instructions.Gabe Black
2009-08-17X86: Create a pack media microop.Gabe Black
2009-08-17X86: Rename sel to ext for media microops.Gabe Black
2009-08-17X86: Move the MMX version of MOVD into the simd64 directory.Gabe Black
2009-08-17X86: Implement the remaining unpack instructions.Gabe Black
2009-08-17X86: Implement PANDN, ANDNPS, and ANDNPD.Gabe Black
2009-08-17X86: Implement a multimedia andn microop.Gabe Black
2009-08-17X86: Implement PAND, ANDPS, and ANDPD.Gabe Black
2009-08-17X86: Implement a multimedia and microop.Gabe Black
2009-08-17X86: Implement POR, ORPD and ORPS.Gabe Black
2009-08-17X86: Implement a media or microop.Gabe Black
2009-08-17X86: Implement PXOR.Gabe Black
2009-08-17X86: (Re)implement XORPS and XORPD.Gabe Black
2009-08-17X86: Implement a media xor microop.Gabe Black
2009-08-17X86: Implement PUNPCKLQDQ.Gabe Black
2009-08-17X86: Implement PUNPCKHQDQ.Gabe Black
2009-08-17X86: Implement PUNPCKHDQ.Gabe Black
2009-08-17X86: Implement PUNPCKHWD.Gabe Black
2009-08-17X86: Implement PUNPCKHBW.Gabe Black
2009-08-17X86: Implement PUNPCKLDQ.Gabe Black
2009-08-17X86: Implement PUNPCKLWD.Gabe Black
2009-08-17X86: Implement the versions of PUNPCKLBW that use XMM registers.Gabe Black
2009-08-17X86: Implement the MOVQ instruction.Gabe Black
2009-08-17X86: Implement the lfpimm microop.Gabe Black
2009-08-17X86: Implement the versions of MOVD that have an MMX source.Gabe Black
2009-08-17X86: Implement the versions of PUNPCKLBW that use MMX registers.Gabe Black
2009-08-17X86: Implement an unpack microop.Gabe Black
2009-08-17X86: Implement the versions of MOVD that have an MMX destination.Gabe Black
2009-08-17X86: Ignore the size part of XMM/MMX operands. The instructions know what the...Gabe Black
2009-08-17X86: Use suffixes to differentiate XMM/MMX/GPR operands.Gabe Black
2009-08-17X86: Add microcode assembler symbols for mmx registers.Gabe Black
2009-08-17X86: Set up a media microop framework and create mov2int and mov2fp microops.Gabe Black
2009-08-17X86: Create base classes for use with media/SIMD microops.Gabe Black
2009-08-17X86: Turn the DIV and IDIV microcode into templates and generate all the vari...Gabe Black
2009-08-17X86: Remove some FIXMEs from IDIV that have been fixed.Gabe Black
2009-08-17X86: Turn the CMPXCHG8B microcode into a template and generate each variant.Gabe Black
2009-08-17Branch MergePolina Dudnik
2009-08-17Merge with head.Gabe Black
2009-08-17X86: Fix a bug introduced to IDIV in a recent attempt to fix another bug.Gabe Black
2009-08-16code_formatter: Add a python class for writing code generator templatesNathan Binkert
2009-08-16ply: add a base class called Grammar that encapsulates a ply grammarNathan Binkert
2009-08-16orderdict: Use DictMixin and add orderdict to m5.utilNathan Binkert
2009-08-16python: Make it possible to import the parts of m5 that are pure pythonNathan Binkert
2009-08-15Made servicing_atomic a counter and added started writes:Polina Dudnik
2009-08-14Bug fix: indicate when writes started coming inPolina Dudnik
2009-08-14Merge with current branchPolina Dudnik
2009-08-14Added proc_id to CacheMsg for SMT.Polina Dudnik
2009-08-14Multi-line RMW handlingPolina Dudnik