Home
last modified time | relevance | path

Searched defs:Pxor (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2885 __ Pxor(kScratchDoubleReg, kScratchDoubleReg); // zeros in AssembleArchInstruction() local
3085 __ Pxor(i.OutputSimd128Register(), kScratchDoubleReg); in AssembleArchInstruction() local
3184 __ Pxor(dst, dst); in AssembleArchInstruction() local
3226 __ Pxor(i.OutputSimd128Register(), kScratchDoubleReg); in AssembleArchInstruction() local
3246 __ Pxor(tmp2, tmp2); in AssembleArchInstruction() local
3259 __ Pxor(tmp, tmp2); in AssembleArchInstruction() local
3260 __ Pxor(tmp2, tmp2); in AssembleArchInstruction() local
3296 __ Pxor(dst, kScratchDoubleReg); in AssembleArchInstruction() local
3342 __ Pxor(dst, dst); in AssembleArchInstruction() local
3381 __ Pxor(dst, dst); in AssembleArchInstruction() local
[all …]
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2038 __ Pxor(i.OutputSimd128Register(), kScratchDoubleReg); in AssembleArchInstruction() local
2127 __ Pxor(kScratchDoubleReg, kScratchDoubleReg); // zeros in AssembleArchInstruction() local
2259 __ Pxor(dst, dst); in AssembleArchInstruction() local
2306 __ Pxor(i.OutputSimd128Register(), i.OutputSimd128Register(), in AssembleArchInstruction() local
2491 __ Pxor(dst, dst); in AssembleArchInstruction() local
2773 __ Pxor(dst, dst); in AssembleArchInstruction() local
2988 __ Pxor(dst, dst); in AssembleArchInstruction() local
3012 __ Pxor(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.h220 Pxor, enumerator
3112 using Pxor = InstX86Pxor; member
DIceInstX8632.h281 Pxor, enumerator
3213 using Pxor = InstX86Pxor; member