HomeSort by: relevance | last modified time | path
    Searched refs:MatchBit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp 219 unsigned MatchBit = (Selector >> 3) & 0x1;
221 // M2Z[0:1] MatchBit
227 if ((M2Z & 0x2) != 0u && MatchBit != (M2Z & 0x1)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86ShuffleDecode.cpp 518 unsigned MatchBit = (Selector >> 3) & 0x1;
520 // M2Z[0:1] MatchBit
526 if ((M2Z & 0x2) != 0 && MatchBit != (M2Z & 0x1)) {

Completed in 22 milliseconds