Searched defs:vpsllw (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 3337 __ 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/ |
D | assembler-ia32.cc | 2927 void Assembler::vpsllw(XMMRegister dst, XMMRegister src, uint8_t imm8) { in vpsllw() function in v8::internal::Assembler
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 2095 void Assembler::vpsllw(Ymm dst, Ymm x, int imm) { in vpsllw() function in skvm::Assembler
|