Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkVM.h67 DstEqXOpY vpand, vpor, vpxor, vpandn, variable
DSkVM.cpp397 void Assembler::vpand (Ymm dst, Ymm x, Ymm y) { this->op(0x66,0x0f,0xdb, dst,x,y); } in vpand() function in skvm::Assembler
/third_party/skia/src/core/
DSkVM.cpp2023 void Assembler::vpand (Ymm dst, Ymm x, Operand y) { this->op(0x66,0x0f,0xdb, dst,x,y); } in vpand() function in skvm::Assembler