[LLVMdev] Sub registers in inline assembly
Damien Vincent
damien.llvm at gmail.com
Tue Mar 1 13:24:54 PST 2011
I was wondering if llvm supports sub registers in an inline asm string.
For example, in gcc, using modifiers %w0 makes it possible to access ax if
%0 refers to eax.
If there is any support, do you know where it is implemented ? I'd like to
add such a support for another target.
Thank you !
Damien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110301/e74873b4/attachment.html>
More information about the llvm-dev
mailing list