Displaying 3 results from an estimated 3 matches for "tpushal".
2007 May 29
4
[LLVMdev] Code generation issues
...llc file.bc -march=c -o file.c
2) On Linux X86, llc does not give any problem, but I get this while
compiling the generated .c file:
error: unknown register name 'S' in 'asm'
This is the offending 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"(memProgramStac...
2007 May 30
0
[LLVMdev] Code generation issues
...> 2) On Linux X86, llc does not give any problem, but I get this while
> compiling the generated .c file:
>
> error: unknown register name 'S' in 'asm'
>
> This is the offending 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&quo...
2007 May 29
0
[LLVMdev] Code generation issues
...> 2) On Linux X86, llc does not give any problem, but I get this while
> compiling the generated .c file:
>
> error: unknown register name 'S' in 'asm'
>
> This is the offending 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&q...