Home
last modified time | relevance | path

Searched refs:OP_NOT (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h178 OP_NOT,/* A B R(A) := not R(B) */ enumerator
H A Dlcode.c527 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
605 e->u.s.info = luaK_codeABC(fs, OP_NOT, 0, e->u.s.info, 0); in codenot()
H A Dlvm.c509 case OP_NOT: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h195 OP_NOT,/* A B R(A) := not R(B) */ enumerator
H A Dlcode.c607 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
685 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
H A Dlvm.c709 vmcase(OP_NOT, in luaV_execute()