HomeSort by relevance Sort by last modified time
    Searched defs:DecodeUNPCKLMask (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 240 /// DecodeUNPCKLMask - This decodes the shuffle masks for unpcklps/unpcklpd
243 void DecodeUNPCKLMask(unsigned NumElts, unsigned ScalarBits,
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 258 /// DecodeUNPCKLMask - This decodes the shuffle masks for unpcklps/unpcklpd
261 void DecodeUNPCKLMask(MVT VT, SmallVectorImpl<int> &ShuffleMask) {

Completed in 61 milliseconds