Home
last modified time | relevance | path

Searched defs:vpaddd (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2383 __ vpaddd(dst, dst, tmp); in AssembleArchInstruction() local
/third_party/skia/src/core/
DSkVM.cpp2006 void Assembler::vpaddd (Ymm dst, Ymm x, Operand y) { this->op(0x66, 0x0f,0xfe, dst,x,y); } in vpaddd() function in skvm::Assembler