www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Bug 118] New: wrong code generation for MOVLHPS

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/bugzilla/show_bug.cgi?id=118

           Summary: wrong code generation for MOVLHPS
           Product: D
           Version: 0.155
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: thomas-dloop kuehne.cn


asm{
        movhlps XMM0, XMM1;
}

generates:
0f 16 c8                movlhps XMM1, XMM0

should generate:
0f 16 c1                movlhps XMM0, XMM1

test case:
http://dstress.kuehne.cn/run/a/asm_movhlps_01_A.d


-- 
Apr 28 2006
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/bugzilla/show_bug.cgi?id=118


bugzilla digitalmars.com changed:

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





Fixed 0.158


-- 
May 25 2006