search for: transfer2

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

Did you mean: transfer
2018 Nov 03
2
[RFC] Implementing asm-goto support in Clang/LLVM
...n > ----------------- > > Our proposed approach is to introduce a new IR instruction named callbr > with the following syntax: > > callbr <return_type> <callee> (<argtype1> <arg1>, ...) to > label %normal or jump [label %transfer1, label %transfer2...] > > This syntax indicates that the callee may transfer the control flow to a > “normal” successor (generally the fallthrough in the source language code), > denoted by the label after the keyword “to”, or to any of the “exceptional” > successors (which are expected to be normal b...
2018 Nov 04
2
[RFC] Implementing asm-goto support in Clang/LLVM
...t; Our proposed approach is to introduce a new IR instruction named callbr >>> with the following syntax: >>> >>> callbr <return_type> <callee> (<argtype1> <arg1>, ...) >>> to label %normal or jump [label %transfer1, label %transfer2...] >>> >>> This syntax indicates that the callee may transfer the control flow to a >>> “normal” successor (generally the fallthrough in the source language code), >>> denoted by the label after the keyword “to”, or to any of the “exceptional” >>> succe...
2010 Oct 14
1
Passing variables into macros?
Hi,I cannot get this to work..I have two application maps that call these two macro's...transfer is done on sip phone and transfer2 is done on the incoming dahdi line....thats all working....but the value stored in dtmf12 is never passed into the second macro so I get " " in the NoOp.. So how exactly can I do this...global variable,setGlobalVar,import etc..tried a few combos?but they dont seem to work as I think the...