Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkVM.h68 vpaddd, vpsubd, vpmulld, variable
DSkVM.cpp390 void Assembler::vpaddd (Ymm dst, Ymm x, Ymm y) { this->op(0x66, 0x0f,0xfe, dst,x,y); } in vpaddd() function in skvm::Assembler
/third_party/skia/src/core/
DSkVM.cpp2006 void Assembler::vpaddd (Ymm dst, Ymm x, Operand y) { this->op(0x66, 0x0f,0xfe, dst,x,y); } in vpaddd() function in skvm::Assembler