Searched refs:MatchBit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp219 unsigned MatchBit = (Selector >> 3) & 0x1; local
221 // M2Z[0:1] MatchBit
227 if ((M2Z & 0x2) != 0u && MatchBit != (M2Z & 0x1)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp518 unsigned MatchBit = (Selector >> 3) & 0x1; local
520 // M2Z[0:1] MatchBit
526 if ((M2Z & 0x2) != 0 && MatchBit != (M2Z & 0x1)) {

Completed in 78 milliseconds