_i_mul            593 tools/chdk_dasm.c     static char _i_mul[4][6] = { "UMULL", "UMLAL", "SMULL", "SMLAL" };
_i_mul            630 tools/chdk_dasm.c             mnemonic = _i_mul[(instr>>21)&3];