search for: mopstack_2e_5873

Displaying 3 results from an estimated 3 matches for "mopstack_2e_5873".

Did you mean: memopstack_2e_5873
2007 May 29
4
[LLVMdev] Code generation issues
...ending line (notice the "S" on the 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...
2007 May 30
0
[LLVMdev] Code generation issues
...he "S" on the 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...
2007 May 29
0
[LLVMdev] Code generation issues
..."S" on the 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 i...