Displaying 1 result from an estimated 1 matches for "4fd82f5f".
2019 Apr 03
2
Inline ASM Question
...(bool loc) {
asm(".quad 42 + %c0 - .\n\t" : : "i" (loc));
return 1;
}
int foo(void) {
return bar(1);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190402/4fd82f5f/attachment.html>