Searched refs:M2Z (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ShuffleDecodeConstantPool.cpp | 189 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize, in DecodeVPERMIL2PMask() argument 227 if ((M2Z & 0x2) != 0u && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()
|
| H A D | X86ShuffleDecodeConstantPool.h | 34 void DecodeVPERMIL2PMask(const Constant *C, unsigned M2Z, unsigned ElSize,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ShuffleDecode.cpp | 499 void DecodeVPERMIL2PMask(unsigned NumElts, unsigned ScalarBits, unsigned M2Z, in DecodeVPERMIL2PMask() argument 528 if ((M2Z & 0x2) != 0 && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()
|
| H A D | X86ShuffleDecode.h | 154 void DecodeVPERMIL2PMask(unsigned NumElts, unsigned ScalarBits, unsigned M2Z,
|