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/ia32/
Dcode-generator-ia32.cc2843 __ pcmpeqb(i.OutputSimd128Register(), i.InputOperand(1)); in AssembleArchInstruction() local
2844 __ pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2868 __ pcmpeqb(dst, src); in AssembleArchInstruction() local
2924 __ pcmpeqb(dst, src); in AssembleArchInstruction() local
2925 __ pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2945 __ pcmpeqb(dst, src); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3873 RValue<Byte8> pcmpeqb(RValue<Byte8> x, RValue<Byte8> y) in pcmpeqb() function