Searched defs:vpminuw (Results 1 – 2 of 2) sorted by relevance
2659 __ vpminuw(kScratchDoubleReg, src1, src2); in AssembleArchInstruction() local
2017 void Assembler::vpminuw (Ymm dst, Ymm x, Operand y) { this->op(0x66,0x380f,0x3a, dst,x,y); } in vpminuw() function in skvm::Assembler