June 07, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=182

           Summary: SSE opcodes pshufd, pshufhw, pshuflw and pshufw are
                    unsupported
           Product: D
           Version: 0.160
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


pshufd - Shuffle Packed Doublewords (66 0F 70)
pshufhw - Shuffle Packed High Words (F3 0F 70)
pshuflw - Shuffle Packed Low Words (F2 0F 70)
pshufw - Shuffle Packed Words (0F 70)

test cases: http://dstress.kuehne.cn/run/a/asm_pshufd_01_A.d http://dstress.kuehne.cn/run/a/asm_pshufhw_01_A.d http://dstress.kuehne.cn/run/a/asm_pshuflw_01_A.d http://dstress.kuehne.cn/run/a/asm_pshufw_01_A.d


-- 

June 08, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=182


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla@digitalmars.com  2006-06-07 20:33 -------
All the test files have the opcode misspelled "push" instead of "pshu".


--