Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h179 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */ enumerator
Dluac.c327 case OP_SETTABUP: in PrintCode()
Dlvm.c472 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()
591 vmcase(OP_SETTABUP, in luaV_execute()
Dldebug.c462 case OP_SETTABUP: in getfuncname()
Dlcode.c571 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()