[Issue 7228] New: MOVDQ2Q instruction is emitted with swapped	register indices
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jan  4 21:03:50 PST 2012
    
    
  
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 at puremagic.com
        ReportedBy: pszturmaj at tlen.pl
--- Comment #0 from Piotr Szturmaj <pszturmaj at tlen.pl> 2012-01-04 21:03:48 PST ---
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: -------
    
    
More information about the Digitalmars-d-bugs
mailing list