[LLVMbugs] [Bug 8861] New: fdivp doesn't accept %st
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Dec 26 13:56:49 PST 2010
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: unassignedbugs at nondot.org
ReportedBy: nlewycky at google.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list