Home
last modified time | relevance | path

Searched defs:vpsllw (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc3337 __ vpsllw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() local
3341 __ vpsllw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() local
3365 __ vpsllw(kScratchDoubleReg, i.InputSimd128Register(0), 8); in AssembleArchInstruction() local
3369 __ vpsllw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() local
3370 __ vpsllw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() local
3396 __ vpsllw(kScratchDoubleReg, dst, 8); in AssembleArchInstruction() local
3401 __ vpsllw(kScratchDoubleReg, kScratchDoubleReg, 8); in AssembleArchInstruction() local
3441 __ vpsllw(dst, src, 8); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc2927 void Assembler::vpsllw(XMMRegister dst, XMMRegister src, uint8_t imm8) { in vpsllw() function in v8::internal::Assembler
/third_party/skia/src/core/
DSkVM.cpp2095 void Assembler::vpsllw(Ymm dst, Ymm x, int imm) { in vpsllw() function in skvm::Assembler