Home
last modified time | relevance | path

Searched refs:_OP_DLOAD (Results 1 – 21 of 21) sorted by relevance

/dports/games/scourge/scourge/src/squirrel/
H A Dsqopcodes.h27 _OP_DLOAD= 0x02, enumerator
H A Dsqfuncstate.cpp152 …if ( inst.op == _OP_LOAD || inst.op == _OP_DLOAD || inst.op == _OP_PREPCALLK || inst.op == _OP_GET… in Dump()
166 if ( inst.op != _OP_DLOAD ) { in Dump()
416 pi.op = _OP_DLOAD; in AddInstruction()
H A Dsqvm.cpp671 …case _OP_DLOAD: TARGET = ( *ci->_literals )[arg1]; STK( arg2 ) = ( *ci->_literals )[arg3];continue; in Execute()
/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/squirrel/
H A Dsqopcodes.h29 _OP_DLOAD= 0x04, enumerator
H A Dsqfuncstate.cpp169 if(inst.op==_OP_LOAD || inst.op==_OP_DLOAD || inst.op==_OP_PREPCALLK || inst.op==_OP_GETK ){ in Dump()
183 if(inst.op != _OP_DLOAD) { in Dump()
466 pi.op = _OP_DLOAD; in AddInstruction()
H A Dsqvm.cpp761 case _OP_DLOAD: TARGET = ci->_literals[arg1]; STK(arg2) = ci->_literals[arg3];continue; in Execute()
/dports/devel/codeblocks/codeblocks-20.03/src/include/scripting/squirrel/
H A Dsqopcodes.h29 _OP_DLOAD= 0x04, enumerator
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/squirrel/
H A Dsqopcodes.h45 _OP_DLOAD= 0x04, enumerator
H A Dsqfuncstate.cpp165 if(inst.op==_OP_LOAD || inst.op==_OP_DLOAD || inst.op==_OP_PREPCALLK || inst.op==_OP_GETK ){ in Dump()
179 if(inst.op != _OP_DLOAD) { in Dump()
545 pi.op = _OP_DLOAD; in AddInstruction()
H A Dsqvm.cpp723 case _OP_DLOAD: TARGET = ci->_literals[arg1]; STK(arg2) = ci->_literals[arg3];continue; in Execute()
/dports/lang/squirrel/squirrel3/squirrel/
H A Dsqopcodes.h45 _OP_DLOAD= 0x04, enumerator
H A Dsqfuncstate.cpp165 if(inst.op==_OP_LOAD || inst.op==_OP_DLOAD || inst.op==_OP_PREPCALLK || inst.op==_OP_GETK ){ in Dump()
179 if(inst.op != _OP_DLOAD) { in Dump()
545 pi.op = _OP_DLOAD; in AddInstruction()
H A Dsqvm.cpp721 case _OP_DLOAD: TARGET = ci->_literals[arg1]; STK(arg2) = ci->_literals[arg3];continue; in Execute()
/dports/games/simutrans/simutrans-121.0/squirrel/squirrel/
H A Dsqopcodes.h45 _OP_DLOAD= 0x04, enumerator
H A Dsqfuncstate.cc165 if(inst.op==_OP_LOAD || inst.op==_OP_DLOAD || inst.op==_OP_PREPCALLK || inst.op==_OP_GETK ){ in Dump()
179 if(inst.op != _OP_DLOAD) { in Dump()
545 pi.op = _OP_DLOAD; in AddInstruction()
H A Dsqvm.cc756 case _OP_DLOAD: TARGET = ci->_literals[arg1]; STK(arg2) = ci->_literals[arg3];continue; in Execute()
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/squirrel/
H A Dsqopcodes.h45 _OP_DLOAD= 0x04, enumerator
H A Dsqfuncstate.cpp165 if(inst.op==_OP_LOAD || inst.op==_OP_DLOAD || inst.op==_OP_PREPCALLK || inst.op==_OP_GETK ){ in Dump()
179 if(inst.op != _OP_DLOAD) { in Dump()
542 pi.op = _OP_DLOAD; in AddInstruction()
H A Dsqvm.cpp734 case _OP_DLOAD: TARGET = ci->_literals[arg1]; STK(arg2) = ci->_literals[arg3];continue; in Execute()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/squirrel/
H A Dsqfuncstate.cpp173 if(inst.op==_OP_LOAD || inst.op==_OP_DLOAD || inst.op==_OP_PREPCALLK || inst.op==_OP_GETK ){ in Dump()
187 if(inst.op != _OP_DLOAD) { in Dump()
473 pi.op = _OP_DLOAD; in AddInstruction()
H A Dsqvm.cpp741 case _OP_DLOAD: TARGET = ci->_literals[arg1]; STK(arg2) = ci->_literals[arg3];continue; in Execute()