Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc2104 __ Pxor(dst, dst); in AssembleArchInstruction() local
2436 __ Pxor(dst, dst); in AssembleArchInstruction() local
2750 __ Pxor(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
2790 __ Pxor(dst, dst); in AssembleArchInstruction() local
3169 __ Pxor(dst, dst); in AssembleArchInstruction() local
3619 __ Pxor(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h166 Pxor, enumerator
3244 using Pxor = typename InstImpl<TraitsType>::InstX86Pxor; member