Searched defs:vmovups (Results 1 – 1 of 1) sorted by relevance
| /external/skia/src/core/ |
| D | SkVM.cpp | 2165 void Assembler::vmovups(Ymm dst, Operand src) { this->op( 0,0x0f,0x10, dst,src); } in vmovups() function in skvm::Assembler 2166 void Assembler::vmovups(Xmm dst, Operand src) { this->op( 0,0x0f,0x10, dst,src); } in vmovups() function in skvm::Assembler 2167 void Assembler::vmovups(Operand dst, Ymm src) { this->op( 0,0x0f,0x11, src,dst); } in vmovups() function in skvm::Assembler 2168 void Assembler::vmovups(Operand dst, Xmm src) { this->op( 0,0x0f,0x11, src,dst); } in vmovups() function in skvm::Assembler
|