http://llvm.org/bugs/show_bug.cgi?id=20969

            Bug ID: 20969
           Summary: Unsupport s.d macro
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: MIPS
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Try to assemble

    s.d $f0, 0($6)

with IAS. It doesn't expand this to

    swc1    $f0,0(a2)
    swc1    $f0,4(a2)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to