[LLVMbugs] [Bug 14741] AddressSanitizer crash on inline assembly with RDTSC
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Dec 29 03:52:54 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14741
Dmitry Vyukov <dvyukov at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #4 from Dmitry Vyukov <dvyukov at google.com> 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.
More information about the llvm-bugs
mailing list