Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2551 __ pcmpeqw(i.OutputSimd128Register(), i.InputOperand(1)); in AssembleArchInstruction() local
2552 __ pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2575 __ pcmpeqw(dst, src); in AssembleArchInstruction() local
2630 __ pcmpeqw(dst, src); in AssembleArchInstruction() local
2631 __ pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2652 __ pcmpeqw(dst, src); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3863 RValue<Short4> pcmpeqw(RValue<Short4> x, RValue<Short4> y) in pcmpeqw() function