Searched defs:pshuflw (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5752 // 1. [all] pshuflw, pshufhw, optional move
5755 // 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
5849 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV; local
5859 pshuflw = false;
5867 // If we've eliminated the use of V2, and the new mask is a pshuflw or
5869 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
5930 // If BestLoQuad >= 0, generate a pshuflw to put the low elements in order,

Completed in 190 milliseconds