Pbit              691 tools/chdk_dasm.c             if ((instr&(Wbit+Pbit))==Wbit) goto lbUndefined;		/* "class E", case 1 */
Pbit              764 tools/chdk_dasm.c         if ((instr&(Wbit+Pbit))==Wbit) *flagp++='T';
Pbit              782 tools/chdk_dasm.c             *flagp++ = (instr&Pbit) ? 'B' : 'A';
Pbit             1164 tools/chdk_dasm.c         if (!(instr&Pbit)) *op++=']';
Pbit             1182 tools/chdk_dasm.c                     ip = (instr&Pbit) ? "0]" : "0";
Pbit             1190 tools/chdk_dasm.c             if (instr&Pbit) ip="*]'";
Pbit             1226 tools/chdk_dasm.c             if (RN_is(15) && (instr&Pbit)) 
Pbit             1242 tools/chdk_dasm.c             if (instr&Pbit) { *op++=']'; goto lPling; }