Searched defs:vpand (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 67 DstEqXOpY vpand, vpor, vpxor, vpandn, variable
|
D | SkVM.cpp | 397 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/ |
D | SkVM.cpp | 2023 void Assembler::vpand (Ymm dst, Ymm x, Operand y) { this->op(0x66,0x0f,0xdb, dst,x,y); } in vpand() function in skvm::Assembler
|