Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2659 __ vpminuw(kScratchDoubleReg, src1, src2); in AssembleArchInstruction() local
/third_party/skia/src/core/
DSkVM.cpp2017 void Assembler::vpminuw (Ymm dst, Ymm x, Operand y) { this->op(0x66,0x380f,0x3a, dst,x,y); } in vpminuw() function in skvm::Assembler