Searched defs:pcmpeqb (Results 1 – 2 of 2) sorted by relevance
2843 __ pcmpeqb(i.OutputSimd128Register(), i.InputOperand(1)); in AssembleArchInstruction() local2844 __ pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local2868 __ pcmpeqb(dst, src); in AssembleArchInstruction() local2924 __ pcmpeqb(dst, src); in AssembleArchInstruction() local2925 __ pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local2945 __ pcmpeqb(dst, src); in AssembleArchInstruction() local
3873 RValue<Byte8> pcmpeqb(RValue<Byte8> x, RValue<Byte8> y) in pcmpeqb() function