Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp205 unsigned MatchBit = (Selector >> 3) & 0x1; in DecodeVPERMIL2PMask() local
213 if ((M2Z & 0x2) != 0u && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp220 unsigned MatchBit = (Selector >> 3) & 0x1; in DecodeVPERMIL2PMask() local
228 if ((M2Z & 0x2) != 0u && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp526 unsigned MatchBit = (Selector >> 3) & 0x1; in DecodeVPERMIL2PMask() local
534 if ((M2Z & 0x2) != 0 && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp546 unsigned MatchBit = (Selector >> 3) & 0x1; in DecodeVPERMIL2PMask() local
554 if ((M2Z & 0x2) != 0 && MatchBit != (M2Z & 0x1)) { in DecodeVPERMIL2PMask()