Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkVM.h69 vpsubw, vpmullw, variable
DSkVM.cpp395 void Assembler::vpmullw(Ymm dst, Ymm x, Ymm y) { this->op(0x66,0x0f,0xd5, dst,x,y); } in vpmullw() function in skvm::Assembler
/third_party/skia/src/core/
DSkVM.cpp2012 void Assembler::vpmullw (Ymm dst, Ymm x, Operand y) { this->op(0x66, 0x0f,0xd5, dst,x,y); } in vpmullw() function in skvm::Assembler