D | SkVM.cpp | 2150 void Assembler::vperm2f128(Ymm dst, Ymm x, Operand y, int imm) { in vperm2f128() function in skvm::Assembler 3269 a->vperm2f128(dst(), L,H, 0x20); // = {a,i,b,j|c,k,d,l} in jit() 3271 a->vperm2f128(dst(), L,H, 0x31); // = {e,m,f,n|g,o,h,p} in jit() 3352 a->vperm2f128(dst(), dst(),tmp, immB ? 0x31 : 0x20); in jit() 3375 a->vperm2f128(dst(), tmp,dst(), 0x20); in jit()
|