Lines Matching full:mnemonic
69 * @param mn - \link Mnemonic mnemonic \endlink of the instruction
73 static char * encode(char * stream, Mnemonic mn, const Operands& opnds);
111 * @brief Returns #MnemonicDesc by the given Mnemonic.
113 static const MnemonicDesc * getMnemonicDesc(Mnemonic mn)
120 * @brief Returns a Mnemonic for the given name.
122 * The lookup is case insensitive, if no mnemonic found for the given
125 static Mnemonic str2mnemonic(const char * mn_name);
128 * @brief Returns a string representation of the given Mnemonic.
130 * If invalid mnemonic passed, then the behavior is unpredictable.
132 static const char * getMnemonicString(Mnemonic mn)
137 static const char * toStr(Mnemonic mn)
250 * the list of opcodes for a given mnemonic.
258 * @brief General info about mnemonic.
262 * @brief The mnemonic itself.
264 Mnemonic mn;
266 * Various characteristics of mnemonic.
279 * @brief Print name of the mnemonic.
593 * @brief Returns found OpcodeDesc by the given Mnemonic and operands.
595 static const OpcodeDesc * lookup(Mnemonic mn, const Operands& opnds);
705 * @brief Maximum number of opcodes used for a single mnemonic.