Searched refs:Pshufhw (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 261 void Pshufhw(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshufhw() function 262 Pshufhw(dst, Operand(src), shuffle); in Pshufhw() 264 void Pshufhw(XMMRegister dst, Operand src, uint8_t shuffle);
|
D | macro-assembler-ia32.cc | 1341 void TurboAssembler::Pshufhw(XMMRegister dst, Operand src, uint8_t shuffle) { in Pshufhw() function in v8::internal::TurboAssembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3306 __ Pshufhw(dst, dst, i.InputInt8(2)); in AssembleArchInstruction() local 3312 __ Pshufhw(kScratchDoubleReg, kScratchDoubleReg, i.InputInt8(3)); in AssembleArchInstruction() local 3314 __ Pshufhw(dst, dst, i.InputInt8(3)); in AssembleArchInstruction() local 3331 __ Pshufhw(dst, src, half_dup); in AssembleArchInstruction() local 3362 __ Pshufhw(dst, dst, half_dup); in AssembleArchInstruction() local
|