Home
last modified time | relevance | path

Searched refs:OP_LOADNIL (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h157 OP_LOADNIL,/* A B R(A) := ... := R(B) := nil */ enumerator
H A Dlcode.c44 if (GET_OPCODE(*previous) == OP_LOADNIL) { in luaK_nil()
55 luaK_codeABC(fs, OP_LOADNIL, from, from+n-1, 0); /* else no optimization */ in luaK_nil()
H A Dldebug.c382 case OP_LOADNIL: { in symbexec()
H A Dlvm.c420 case OP_LOADNIL: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h174 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator
H A Dlcode.c40 if (GET_OPCODE(*previous) == OP_LOADNIL) { in luaK_nil()
53 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */ in luaK_nil()
H A Dldebug.c363 case OP_LOADNIL: { in findsetreg()
H A Dlvm.c635 vmcase(OP_LOADNIL, in luaV_execute()