OP_NOTJMP 158 core/compile.c case OP_NOTJMP: OP_NOTJMP 588 core/compile.c PN_ASM2(t->part == AST_AND ? OP_NOTJMP : OP_TESTJMP, reg, 0); OP_NOTJMP 606 core/compile.c PN_ASM2(OP_NOTJMP, breg, 0); OP_NOTJMP 618 core/compile.c PN_ASM2(OP_NOTJMP, breg, 0); OP_NOTJMP 707 core/compile.c PN_ASM2(OP_NOTJMP, breg, 0); OP_NOTJMP 789 core/compile.c PN_ASM2(OP_NOTJMP, reg, 0); OP_NOTJMP 935 core/vm.c if (op.code == OP_JMP || op.code == OP_NOTJMP || op.code == OP_TESTJMP ||