Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dmacro-assembler-ia32.h265 void Pshuflw(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshuflw() function
266 Pshuflw(dst, Operand(src), shuffle); in Pshuflw()
268 void Pshuflw(XMMRegister dst, Operand src, uint8_t shuffle);
Dmacro-assembler-ia32.cc1350 void TurboAssembler::Pshuflw(XMMRegister dst, Operand src, uint8_t shuffle) { in Pshuflw() function in v8::internal::TurboAssembler
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc2398 __ Pshuflw(dst, dst, 0x0); in AssembleArchInstruction() local
3305 __ Pshuflw(dst, i.InputOperand(0), i.InputInt8(1)); in AssembleArchInstruction() local
3311 __ Pshuflw(kScratchDoubleReg, i.InputOperand(1), i.InputInt8(2)); in AssembleArchInstruction() local
3313 __ Pshuflw(dst, i.InputOperand(0), i.InputInt8(2)); in AssembleArchInstruction() local
3328 __ Pshuflw(dst, src, half_dup); in AssembleArchInstruction() local
3359 __ Pshuflw(dst, dst, half_dup); in AssembleArchInstruction() local