Searched defs:pcmpeqw (Results 1 – 2 of 2) sorted by relevance
2551 __ pcmpeqw(i.OutputSimd128Register(), i.InputOperand(1)); in AssembleArchInstruction() local2552 __ pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local2575 __ pcmpeqw(dst, src); in AssembleArchInstruction() local2630 __ pcmpeqw(dst, src); in AssembleArchInstruction() local2631 __ pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local2652 __ pcmpeqw(dst, src); in AssembleArchInstruction() local
3863 RValue<Short4> pcmpeqw(RValue<Short4> x, RValue<Short4> y) in pcmpeqw() function