Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3681 __ Pcmpeqb(dst, i.InputSimd128Register(1)); in AssembleArchInstruction() local
3682 __ Pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
3694 __ Pcmpeqb(dst, src); in AssembleArchInstruction() local
3734 __ Pcmpeqb(dst, src); in AssembleArchInstruction() local
3735 __ Pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
3743 __ Pcmpeqb(dst, src); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2837 __ Pcmpeqb(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local