Searched refs:half_dup (Results 1 – 1 of 1) sorted by relevance
3326 int8_t half_dup = lane4 | (lane4 << 2) | (lane4 << 4) | (lane4 << 6); in AssembleArchInstruction() local3328 __ Pshuflw(dst, src, half_dup); in AssembleArchInstruction()3331 __ Pshufhw(dst, src, half_dup); in AssembleArchInstruction()3357 int8_t half_dup = lane4 | (lane4 << 2) | (lane4 << 4) | (lane4 << 6); in AssembleArchInstruction() local3359 __ Pshuflw(dst, dst, half_dup); in AssembleArchInstruction()3362 __ Pshufhw(dst, dst, half_dup); in AssembleArchInstruction()