AST_BITL          556 core/compile.c     case AST_REM:  case AST_POW:   case AST_BITL:  case AST_BITR: {
AST_BITL          573 core/compile.c         case AST_BITL:  PN_ASM2(OP_BITL, reg, reg + 1); break;
AST_BITL           81 core/syntax.y         | bitl assign s:sets  { e = PN_AST2(ASSIGN, e, PN_OP(AST_BITL, e, s)) }
AST_BITL          114 core/syntax.y             ( bitl x:sum          { s = PN_OP(AST_BITL, s, x) }