Searched defs:vpaddd (Results 1 – 2 of 2) sorted by relevance
2383 __ vpaddd(dst, dst, tmp); in AssembleArchInstruction() local
2006 void Assembler::vpaddd (Ymm dst, Ymm x, Operand y) { this->op(0x66, 0x0f,0xfe, dst,x,y); } in vpaddd() function in skvm::Assembler