Displaying 3 results from an estimated 3 matches for "mementrypoint_2e_5874".
2007 May 29
4
[LLVMdev] Code generation issues
...he last line):
__asm__ volatile ("\tpushal\t\t\t\t\n\tmovl %0,%%esi\t\t\n\tmovl %
1,%%edi\t\t\n\tcall *%2\t\t\t\n\tmovl %%esi,%0\t\t\n\tmo\
vl %%edi,%1\t\t\n\tpopal\t\t\t\t\n"
:"=m"(memProgramStack_2E_5872),"=m"(memOpStack_2E_5873)
:"m"(memEntryPoint_2E_5874),"m"(memProgramStack_2E_5872),"m"(me
mOpStack_2E_5873)
:"D","S");
Apparently, leaving out "S" helps (compiling the .c file works), but
what does it do and why is it here?
3) Regarding bug 1446 (http://llvm.org/bugs/show_bug.cgi?id=144...
2007 May 30
0
[LLVMdev] Code generation issues
...__asm__ volatile ("\tpushal\t\t\t\t\n\tmovl %0,%%esi\t\t\n\tmovl %
> 1,%%edi\t\t\n\tcall *%2\t\t\t\n\tmovl %%esi,%0\t\t\n\tmo\
> vl %%edi,%1\t\t\n\tpopal\t\t\t\t\n"
> :"=m"(memProgramStack_2E_5872),"=m"(memOpStack_2E_5873)
> :"m"(memEntryPoint_2E_5874),"m"(memProgramStack_2E_5872),"m"(me
> mOpStack_2E_5873)
> :"D","S");
>
> Apparently, leaving out "S" helps (compiling the .c file works), but
> what does it do and why is it here?
Please file a bug with this in a self-contai...
2007 May 29
0
[LLVMdev] Code generation issues
...__asm__ volatile ("\tpushal\t\t\t\t\n\tmovl %0,%%esi\t\t\n\tmovl %
> 1,%%edi\t\t\n\tcall *%2\t\t\t\n\tmovl %%esi,%0\t\t\n\tmo\
> vl %%edi,%1\t\t\n\tpopal\t\t\t\t\n"
> :"=m"(memProgramStack_2E_5872),"=m"(memOpStack_2E_5873)
> :"m"(memEntryPoint_2E_5874),"m"(memProgramStack_2E_5872),"m"(me
> mOpStack_2E_5873)
> :"D","S");
>
> Apparently, leaving out "S" helps (compiling the .c file works), but
> what does it do and why is it here?
>
>
> 3) Regarding bug 1446 (http:/...