www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7228] New: MOVDQ2Q instruction is emitted with swapped register indices

http://d.puremagic.com/issues/show_bug.cgi?id=7228

           Summary: MOVDQ2Q instruction is emitted with swapped register
                    indices
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: pszturmaj tlen.pl



---
With D's inline assembler, this instruction:

movdq2q MM2, XMM7;

is emitted as:

movdq2q MM7, XMM2;

I encountered this behaviour only with this instruction. Its reverse
instruction movq2dq is emitted correctly.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 04 2012