Searched defs:vpmullw (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 69 vpsubw, vpmullw, variable
|
D | SkVM.cpp | 395 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/ |
D | SkVM.cpp | 2012 void Assembler::vpmullw (Ymm dst, Ymm x, Operand y) { this->op(0x66, 0x0f,0xd5, dst,x,y); } in vpmullw() function in skvm::Assembler
|