Searched refs:OP_LOADNIL (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/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 | 44 if (GET_OPCODE(*previous) == OP_LOADNIL) { in luaK_nil() 57 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()
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 209 OP_LOADNIL,/* A B R[A], R[A+1], ..., R[A+B] := nil */ enumerator
|
| H A D | luac.c | 383 case OP_LOADNIL: in PrintCode()
|
| H A D | lcode.c | 135 if (GET_OPCODE(*previous) == OP_LOADNIL) { /* previous is LOADNIL? */ in luaK_nil() 147 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */ in luaK_nil()
|
| H A D | ldebug.c | 448 case OP_LOADNIL: { /* set registers from 'a' to 'a+b' */ in findsetreg()
|
| H A D | lvm.c | 1235 vmcase(OP_LOADNIL) { in luaV_execute()
|