http://llvm.org/bugs/show_bug.cgi?id=14741
Dmitry Vyukov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Dmitry Vyukov <[email protected]> 2012-12-29 05:52:54 CST --- I can't find the official docs, but this page http://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html says: "A" : Specifies the `a’ or `d’ registers. This is primarily useful for 64-bit integer values intended to be returned with the `d’ register holding the most significant bits and the `a’ register holding the least significant bits. -- 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
