Searched refs:OP_LOADNIL (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 157 OP_LOADNIL,/* A B R(A) := ... := R(B) := nil */ enumerator
|
| H A D | lcode.c | 44 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 D | ldebug.c | 382 case OP_LOADNIL: { in symbexec()
|
| H A D | lvm.c | 420 case OP_LOADNIL: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 174 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator
|
| H A D | lcode.c | 40 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 D | ldebug.c | 363 case OP_LOADNIL: { in findsetreg()
|
| H A D | lvm.c | 635 vmcase(OP_LOADNIL, in luaV_execute()
|