Home
last modified time | relevance | path

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

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