D | SkVM.cpp | 2047 void Assembler::vpackusdw(Ymm dst, Ymm x, Operand y) { this->op(0x66,0x380f,0x2b, dst,x,y); } in vpackusdw() function in skvm::Assembler 3626 a->vpackusdw(dst(x), r(x), r(x)); in jit() 3636 a->vpackusdw(dst(x), r(x), r(x)); in jit() 3971 a->vpackusdw(dst(x), r(x), r(x)); // f16 ymm -> f16 xmm in jit()
|