Sbit              645 tools/chdk_dasm.c         if (instr&Sbit) *flagp++='S';
Sbit              716 tools/chdk_dasm.c             && ((instr&(RNbits+Ibit+Sbit))==RN(15)+Ibit)	/* imm, no S */
Sbit              731 tools/chdk_dasm.c                 if (instr&Sbit && (op21<(8<<21) || op21>=(12<<21))) *flagp++='S';
Sbit              741 tools/chdk_dasm.c                 if ((instr&Sbit) && RD_is(15))
Sbit              745 tools/chdk_dasm.c             if (!(instr&Sbit)) goto ldUndefined;	/* CMP etc, no S bit */
Sbit              752 tools/chdk_dasm.c         if (instr&Sbit && (op21<(8<<21) || op21>=(12<<21))) *flagp++='S';