Home | History | Annotate | Download | only in libenc

Lines Matching full:mnemonic

293 char * EncoderBase::encode(char * stream, Mnemonic mn, const Operands& opnds)
746 static unsigned find(Mnemonic mn, unsigned hash)
765 static void put(Mnemonic mn, unsigned hash, unsigned idx)
774 EncoderBase::lookup(Mnemonic mn, const Operands& opnds)
841 Mnemonic EncoderBase::str2mnemonic(const char * mn_name)
845 return (Mnemonic)m;