OP_NOT
emitop(OP_NOT);
emitop(OP_NOT);
emitop(OP_NOT);
emitop(OP_NOT);
case OP_NOT:
case OP_NOT: case OP_NEG:
case OP_NOT: case OP_NEG:
[OP_NOT] = "not",
return add_unop(ep, ctype, OP_NOT, pre);
[OP_NOT] = "not",
case OP_NOT: case OP_NEG:
insn->opcode = OP_NOT;
case OP_NOT:
case OP_NOT:
if (def && def->opcode == OP_NOT)
case OP_NOT: case OP_NEG: case OP_FNEG:
case OP_NOT: {
if (GET_OPCODE(ie) == OP_NOT) {
e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0);
vmcase(OP_NOT,