Home
last modified time | relevance | path

Searched refs:OP_SETTABUP (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlopcodes.h180 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */ enumerator
HDlvm.c533 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()
652 vmcase(OP_SETTABUP, in luaV_execute()
HDldebug.c476 case OP_SETTABUP: in getfuncname()
HDlcode.c573 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()
/freebsd-13-stable/contrib/lua/src/
HDlopcodes.h217 OP_SETTABUP,/* A B C UpValue[A][K[B]:string] := RK(C) */ enumerator
HDluac.c411 case OP_SETTABUP: in PrintCode()
HDldebug.c620 case OP_SETTABUP: case OP_SETTABLE: case OP_SETI: case OP_SETFIELD: in funcnamefromcode()
HDlvm.c858 op == OP_TAILCALL || op == OP_SETTABUP || op == OP_SETTABLE || in luaV_finishOp()
1272 vmcase(OP_SETTABUP) { in luaV_execute()
HDlcode.c1048 codeABRK(fs, OP_SETTABUP, var->u.ind.t, var->u.ind.idx, ex); in luaK_storevar()