Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h208 OP_LOADNIL,/* A B R[A], R[A+1], ..., R[A+B] := nil */ enumerator
A Dluac.c384 case OP_LOADNIL: in PrintCode()
A Dldebug.c476 case OP_LOADNIL: { /* set registers from 'a' to 'a+b' */ in findsetreg()
A Dlcode.c133 if (GET_OPCODE(*previous) == OP_LOADNIL) { /* previous is LOADNIL? */ in luaK_nil()
145 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */ in luaK_nil()
A Dlvm.c1204 vmcase(OP_LOADNIL) { in luaV_execute()

Completed in 21 milliseconds