Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h173 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator
Dlcode.c42 if (GET_OPCODE(*previous) == OP_LOADNIL) { in luaK_nil()
55 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */ in luaK_nil()
Dldebug.c349 case OP_LOADNIL: { in findsetreg()
Dlvm.c574 vmcase(OP_LOADNIL, in luaV_execute()