Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp189 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize, in DecodeVPERMIL2PMask() argument
227 if ((M2Z & 0x2) != 0u && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()
H A DX86ShuffleDecodeConstantPool.h34 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp498 void DecodeVPERMIL2PMask(unsigned NumElts, unsigned ScalarBits, unsigned M2Z, in DecodeVPERMIL2PMask() argument
527 if ((M2Z & 0x2) != 0 && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()
H A DX86ShuffleDecode.h153 void DecodeVPERMIL2PMask(unsigned NumElts, unsigned ScalarBits, unsigned M2Z,