Home
last modified time | relevance | path

Searched refs:extAllowed (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_base.h108 static bool extAllowed(OpndExt opndExt, OpndExt instExt);
Denc_base.cpp669 bool EncoderBase::extAllowed(OpndExt opndExt, OpndExt instExt) { in extAllowed() function in EncoderBase
700 if (!EncoderBase::extAllowed(op.ext(), desc.ext)) { in match()