Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3326 int8_t half_dup = lane4 | (lane4 << 2) | (lane4 << 4) | (lane4 << 6); in AssembleArchInstruction() local
3328 __ 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() local
3359 __ Pshuflw(dst, dst, half_dup); in AssembleArchInstruction()
3362 __ Pshufhw(dst, dst, half_dup); in AssembleArchInstruction()