Ibit 682 tools/chdk_dasm.c if (!(instr&Ibit) && (instr&(15<<4))) Ibit 698 tools/chdk_dasm.c if (!(instr&(1<<22))) instr |= Ibit; Ibit 707 tools/chdk_dasm.c if (!(instr&(1<<22))) instr |= Ibit; Ibit 716 tools/chdk_dasm.c && ((instr&(RNbits+Ibit+Sbit))==RN(15)+Ibit) /* imm, no S */ Ibit 725 tools/chdk_dasm.c && ((instr&(Ibit))==Ibit) /* imm */ Ibit 760 tools/chdk_dasm.c if ((instr&Ibit) && (instr&(1<<4))) goto leUndefined; /* "class A" */ Ibit 1058 tools/chdk_dasm.c if (instr&Ibit) { Ibit 1171 tools/chdk_dasm.c if (instr&Ibit) { Ibit 1178 tools/chdk_dasm.c instr ^= Ibit;