Searched refs:M2Z (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.h34 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize,
H A DX86ShuffleDecodeConstantPool.cpp189 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize, argument
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.h153 void DecodeVPERMIL2PMask(unsigned NumElts, unsigned ScalarBits, unsigned M2Z,
H A DX86ShuffleDecode.cpp497 void DecodeVPERMIL2PMask(unsigned NumElts, unsigned ScalarBits, unsigned M2Z, argument
520 // M2Z[0:1] MatchBit
526 if ((M2Z & 0x2) != 0 && MatchBit != (M2Z & 0x1)) {

Completed in 62 milliseconds