Searched refs:OP_LOADNIL (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lopcodes.h | 173 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator
|
| D | lcode.c | 41 if (GET_OPCODE(*previous) == OP_LOADNIL) { in luaK_nil() 54 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */ in luaK_nil()
|
| D | ldebug.c | 363 case OP_LOADNIL: { in findsetreg()
|
| D | lvm.c | 634 vmcase(OP_LOADNIL, in luaV_execute()
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lopcodes.h | 175 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator
|
| D | lcode.c | 69 if (GET_OPCODE(*previous) == OP_LOADNIL) { /* previous is LOADNIL? */ in luaK_nil() 82 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */ in luaK_nil()
|
| D | ldebug.c | 395 case OP_LOADNIL: { in findsetreg()
|
| D | lvm.c | 824 vmcase(OP_LOADNIL) { in luaV_execute()
|