search for: tcall

Displaying 5 results from an estimated 5 matches for "tcall".

Did you mean: call
2007 May 29
4
[LLVMdev] Code generation issues
...ot 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"(memProgramStack_2E_5872),"m"(me mOpStack_2E_5873) :&qu...
2017 Jun 21
2
question about llvmlite
...= pyvex.block.IRSB(CODE, 0x400400, archinfo.ArchAMD64()) for stmt in irsb.statements: #if isinstance(pyvex.IRStmt.Store): with irbuilder.if_then(stmt, pyvex.IRStmt.Store): t = irbuilder.load_reg(ll.IntType(64), stmt.data) t1 = irbuilder.load_reg(ll.IntType(64), stmt.addr) tcall = irbuilder.call(func, [t]) t1call = irbuilder.call(func, [t1]) result = irbuilder.store_reg(ll.Constant(ll.IntType(64), t), ll.IntType(64), t1) irbuilder.ret( result ) print( module ) target = llvm.Target.from_default_triple() target_machine = target.create_ta...
2007 May 30
0
[LLVMdev] Code generation issues
...is 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"(memProgramStack_2E_5872),"m"(me > mOpStack_2E_58...
2010 Sep 10
0
Asterisk SIP woes
...=10.152.0.7:10312 ps=0. ch |01/01| 2010/09/10|16:53:42:645 |ocall [177]:Remote side packet saver version = 3. translateCID =12345678. UNSPECIFIED_INDEX h323[177] [0]: tcall:doTranslation inc=1 iprgIndex=0. CallInfo [178]: origCalled.digit(61008) callingparty (12345678) . ch |01/01| 2010/09/10|16:53:42:655 |h323[178] [-1976852028]: ocall:stackSendCallProc ocall:setIPMedia():Settin...
2007 May 29
0
[LLVMdev] Code generation issues
...s 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"(memProgramStack_2E_5872),"m"(me > mOpStack_2E_...