mnemonic          580 tools/capdis.c     strcpy(mnem,insn->mnemonic);
mnemonic          630 tools/capdis.c                                 insn->mnemonic,
mnemonic          570 tools/chdk_dasm.c     const char * mnemonic  = 0;
mnemonic          630 tools/chdk_dasm.c             mnemonic = _i_mul[(instr>>21)&3];
mnemonic          637 tools/chdk_dasm.c                 mnemonic = "MLA";
mnemonic          641 tools/chdk_dasm.c                 mnemonic = "MUL";
mnemonic          652 tools/chdk_dasm.c             mnemonic = "BX";
mnemonic          657 tools/chdk_dasm.c             mnemonic = "BLX";
mnemonic          662 tools/chdk_dasm.c             mnemonic = "SWP";
mnemonic          668 tools/chdk_dasm.c             mnemonic = "MRS";
mnemonic          674 tools/chdk_dasm.c             mnemonic = "MSR";
mnemonic          680 tools/chdk_dasm.c             mnemonic = "MSR";
mnemonic          695 tools/chdk_dasm.c                 mnemonic = _i_ldr_str[(instr & 0x0000020) >> 5];    /*  */
mnemonic          703 tools/chdk_dasm.c                 mnemonic = _i_str_ldr[(instr&Lbit) >> 20];
mnemonic          719 tools/chdk_dasm.c                 mnemonic = "LDR";									//** 2011/03/27 changed from "ADR" to "LDR" for gcc assembler compatability 
mnemonic          729 tools/chdk_dasm.c                 mnemonic = "MOV";
mnemonic          734 tools/chdk_dasm.c         mnemonic = _i_alu[op21 >> 21];
mnemonic          761 tools/chdk_dasm.c         mnemonic = _i_str_ldr[(instr&Lbit) >> 20];
mnemonic          770 tools/chdk_dasm.c         mnemonic = _i_stm_ldm[(instr&Lbit) >> 20];
mnemonic          789 tools/chdk_dasm.c         mnemonic = _i_b_bl[(instr&(1<<24))>>24];
mnemonic          796 tools/chdk_dasm.c             mnemonic = _i_stf_ldf[(instr&Lbit) >> 20];
mnemonic          802 tools/chdk_dasm.c             mnemonic = _i_sfm_lfm[(instr&Lbit) >> 20];
mnemonic          821 tools/chdk_dasm.c             mnemonic = _i_stc_ldc[(instr&Lbit) >> 20];
mnemonic          833 tools/chdk_dasm.c                     mnemonic = _i_cmf[(instr&(3<<21)) >> 21];
mnemonic          841 tools/chdk_dasm.c                     mnemonic = _i_flt[op20>>20];
mnemonic          869 tools/chdk_dasm.c                 mnemonic = _i_mcr_mrc[(instr&Lbit)>>20];
mnemonic          875 tools/chdk_dasm.c                 mnemonic = _i_copro[
mnemonic          881 tools/chdk_dasm.c                 if (*mnemonic=='*' || *flagchars=='*') goto liUndefined;
mnemonic          884 tools/chdk_dasm.c                 mnemonic = "CDP";
mnemonic          940 tools/chdk_dasm.c         mnemonic = ".long";
mnemonic          955 tools/chdk_dasm.c     op = append(op,mnemonic);