Searched refs:OP_LOADNIL (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.h175 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator in enum:__anon6005
H A Dlcode.c59 ** Create a OP_LOADNIL instruction, but try to optimize: if the previous
60 ** instruction is also OP_LOADNIL and ranges are compatible, adjust
69 if (GET_OPCODE(*previous) == OP_LOADNIL) { /* previous is LOADNIL? */
82 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */
H A Dldebug.c395 case OP_LOADNIL: {
H A Dlvm.c824 vmcase(OP_LOADNIL) {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.h173 OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ enumerator in enum:__anon9767
H A Dlcode.c41 if (GET_OPCODE(*previous) == OP_LOADNIL) {
54 luaK_codeABC(fs, OP_LOADNIL, from, n - 1, 0); /* else no optimization */
H A Dldebug.c363 case OP_LOADNIL: {
H A Dlvm.c634 vmcase(OP_LOADNIL,

Completed in 83 milliseconds