Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc3310 __ vpsrlw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() local
3313 __ vpsrlw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() local
3338 __ vpsrlw(kScratchDoubleReg, kScratchDoubleReg, 8); in AssembleArchInstruction() local
3342 __ vpsrlw(dst, dst, 8); in AssembleArchInstruction() local
3366 __ vpsrlw(dst, kScratchDoubleReg, 8); in AssembleArchInstruction() local
3371 __ vpsrlw(dst, dst, 8); in AssembleArchInstruction() local
3395 __ vpsrlw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() local
3399 __ vpsrlw(kScratchDoubleReg, i.InputSimd128Register(1), 8); in AssembleArchInstruction() local
3400 __ vpsrlw(dst, i.InputSimd128Register(0), 8); in AssembleArchInstruction() local
3440 __ vpsrlw(kScratchDoubleReg, src, 8); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc2945 void Assembler::vpsrlw(XMMRegister dst, XMMRegister src, uint8_t imm8) { in vpsrlw() function in v8::internal::Assembler
/third_party/skia/src/core/
DSkVM.cpp2099 void Assembler::vpsrlw(Ymm dst, Ymm x, int imm) { in vpsrlw() function in skvm::Assembler