Searched defs:vsubps (Results 1 – 2 of 2) sorted by relevance
2374 __ vsubps(tmp, dst, kScratchDoubleReg); in AssembleArchInstruction() local
2029 void Assembler::vsubps(Ymm dst, Ymm x, Operand y) { this->op(0,0x0f,0x5c, dst,x,y); } in vsubps() function in skvm::Assembler