Lines Matching refs:mn
69 * @param mn - \link Mnemonic mnemonic \endlink of the instruction
73 static char * encode(char * stream, Mnemonic mn, const Operands& opnds);
113 static const MnemonicDesc * getMnemonicDesc(Mnemonic mn)
115 assert(mn < Mnemonic_Count);
116 return mnemonics + mn;
132 static const char * getMnemonicString(Mnemonic mn)
134 return getMnemonicDesc(mn)->name;
137 static const char * toStr(Mnemonic mn)
139 return getMnemonicDesc(mn)->name;
264 Mnemonic mn;
595 static const OpcodeDesc * lookup(Mnemonic mn, const Operands& opnds);