Searched refs:pshufhw (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/x86/
H A Dfwalsh_sse2.asm73 pshufhw xmm0, xmm3, 0xd8
75 pshufhw xmm1, xmm3, 0xd8
H A Ddct_sse2.asm81 pshufhw xmm1, xmm1, 0b1h ;22 23 02 03 xx xx xx xx
82 pshufhw xmm2, xmm2, 0b1h ;32 33 12 13 xx xx xx xx
131 pshufhw xmm0, xmm0, 0d8h ;b1 a1 b1 a1 b1 a1 b1 a1
132 pshufhw xmm3, xmm3, 0d8h ;c1 d1 c1 d1 c1 d1 c1 d1
/external/qemu/target-i386/
H A Dops_sse_header.h130 DEF_HELPER_3(glue(pshufhw, SUFFIX), void, Reg, Reg, int)
/external/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm51 pshufhw xmm4, xmm4, 00000000b
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5652 // 1. [all] pshuflw, pshufhw, optional move
5655 // 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
5749 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV; local
5757 pshufhw = false;
5768 // pshufhw, that's as cheap as it gets. Return the new shuffle.
5769 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
5770 unsigned Opc = pshufhw ? X86ISD::PSHUFHW : X86ISD::PSHUFLW;
5775 TargetMask = pshufhw ? getShufflePSHUFHWImmediate(SVOp):
5850 // If BestHi >= 0, generate a pshufhw to put the high elements in order,

Completed in 214 milliseconds