Searched refs:OP_NOT (Results 1 – 3 of 3) sorted by relevance
194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
609 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()687 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
645 vmcase(OP_NOT, in luaV_execute()