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

           Summary: fdivp doesn't accept %st
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


This file:

  fdivp %st, %st(1)

assembles with with gas (it produces 0xde 0xf1). With llvm-mc, I get:

  x.s:1:1: error: invalid operand for instruction
  fdivp %st, %st(1)
  ^

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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