Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2558 __ vpcmpeqw(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
2560 __ vpcmpeqw(kScratchDoubleReg, kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2583 __ vpcmpeqw(i.OutputSimd128Register(), kScratchDoubleReg, src2); in AssembleArchInstruction() local
2641 __ vpcmpeqw(dst, kScratchDoubleReg, src2); in AssembleArchInstruction() local
2642 __ vpcmpeqw(kScratchDoubleReg, kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2660 __ vpcmpeqw(i.OutputSimd128Register(), kScratchDoubleReg, src2); in AssembleArchInstruction() local
/third_party/skia/src/core/
DSkVM.cpp2054 void Assembler::vpcmpeqw(Ymm dst, Ymm x, Operand y) { this->op(0x66,0x0f,0x75, dst,x,y); } in vpcmpeqw() function in skvm::Assembler