Searched defs:Pxor (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 2885 __ 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/ |
D | code-generator-ia32.cc | 2038 __ 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/ |
D | IceInstX8664.h | 220 Pxor, enumerator 3112 using Pxor = InstX86Pxor; member
|
D | IceInstX8632.h | 281 Pxor, enumerator 3213 using Pxor = InstX86Pxor; member
|