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/x64/
Dcode-generator-x64.cc3434 __ Pcmpeqw(dst, i.InputSimd128Register(1)); in AssembleArchInstruction() local
3435 __ Pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
3447 __ Pcmpeqw(dst, src); in AssembleArchInstruction() local
3488 __ Pcmpeqw(dst, src); in AssembleArchInstruction() local
3489 __ Pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
3497 __ Pcmpeqw(dst, src); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2545 __ Pcmpeqw(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local