Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8709 int V2DstIndex = -1; in matchVectorShuffleAsInsertPS() local
8726 if (V1DstIndex >= 0 || V2DstIndex >= 0) in matchVectorShuffleAsInsertPS()
8734 V2DstIndex = i; in matchVectorShuffleAsInsertPS()
8739 if (V1DstIndex < 0 && V2DstIndex < 0) in matchVectorShuffleAsInsertPS()
8749 V2DstIndex = V1DstIndex; in matchVectorShuffleAsInsertPS()
8752 V2SrcIndex = Mask[V2DstIndex] - 4; in matchVectorShuffleAsInsertPS()
8761 InsertPSMask = V2SrcIndex << 6 | V2DstIndex << 4 | ZMask; in matchVectorShuffleAsInsertPS()