[Bug 118] New: wrong code generation for MOVLHPS

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 28 06:35:28 PDT 2006


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 at digitalmars.com
        ReportedBy: thomas-dloop at 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


-- 




More information about the Digitalmars-d-bugs mailing list