Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkVM.h81 DstEqOpX vmovdqa, vcvtdq2ps, vcvttps2dq; variable
DSkVM.cpp451 void Assembler::vmovdqa(Ymm dst, Ymm src) { this->op(0x66,0x0f,0x6f, dst,src); } in vmovdqa() function in skvm::Assembler
/third_party/skia/src/core/
DSkVM.cpp2128 void Assembler::vmovdqa(Ymm dst, Operand src) { this->op(0x66,0x0f,0x6f, dst,src); } in vmovdqa() function in skvm::Assembler