AST_CMP 519 core/compile.c case AST_CMP: case AST_EQ: case AST_NEQ: AST_CMP 526 core/compile.c case AST_CMP: PN_ASM2(OP_CMP, reg, reg + 1); break; AST_CMP 201 syn/syntax-p5.y ( cmp x:cmps { c = PN_OP(AST_CMP, c, x) } AST_CMP 92 syn/syntax.y ( cmp x:cmps { c = PN_OP(AST_CMP, c, x) }