AST_BITR 556 core/compile.c case AST_REM: case AST_POW: case AST_BITL: case AST_BITR: { AST_BITR 574 core/compile.c case AST_BITR: PN_ASM2(OP_BITR, reg, reg + 1); break; AST_BITR 82 core/syntax.y | bitr assign s:sets { e = PN_AST2(ASSIGN, e, PN_OP(AST_BITR, e, s)) } AST_BITR 115 core/syntax.y | bitr x:sum { s = PN_OP(AST_BITR, s, x) })*