www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Bug 182] New: SSE opcodes pshufd, pshufhw, pshuflw and pshufw are unsupported

reply d-bugmail puremagic.com writes:
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


-- 
Jun 07 2006
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/bugzilla/show_bug.cgi?id=182


bugzilla digitalmars.com changed:

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





All the test files have the opcode misspelled "push" instead of "pshu".


-- 
Jun 07 2006