Searched refs:extAllowed (Results 1 – 2 of 2) sorted by relevance
108 static bool extAllowed(OpndExt opndExt, OpndExt instExt);
669 bool EncoderBase::extAllowed(OpndExt opndExt, OpndExt instExt) { in extAllowed() function in EncoderBase700 if (!EncoderBase::extAllowed(op.ext(), desc.ext)) { in match()