Searched refs:OP_NOT (Results 1 – 4 of 4) sorted by relevance
263 OP_NOT,/* A B R[A] := not R[B] */ enumerator
543 case OP_NOT: in PrintCode()
1100 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()1186 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
1519 vmcase(OP_NOT) { in luaV_execute()
Completed in 12 milliseconds