Wbit              691 tools/chdk_dasm.c             if ((instr&(Wbit+Pbit))==Wbit) goto lbUndefined;		/* "class E", case 1 */
Wbit              764 tools/chdk_dasm.c         if ((instr&(Wbit+Pbit))==Wbit) *flagp++='T';
Wbit             1044 tools/chdk_dasm.c         if (instr&Wbit) *op++='!';
Wbit             1193 tools/chdk_dasm.c                     if (!(instr&Wbit)) goto lkUndefined;
Wbit             1232 tools/chdk_dasm.c                 if (!(instr&Wbit)) 
Wbit             1245 tools/chdk_dasm.c                     if (!(instr&Wbit)) goto llUndefined;