Displaying 2 results from an estimated 2 matches for "4d2df32a".
2011 Mar 01
2
[LLVMdev] Sub registers in inline assembly
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:
2011 Mar 01
0
[LLVMdev] Sub registers in inline assembly
On Mar 1, 2011, at 1:24 PM, Damien Vincent wrote:
>
> 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.
Hi Damien,
It sure does. These