Home
last modified time | relevance | path

Searched refs:Pxor (Results 1 – 4 of 4) 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/v8/src/ia32/
Dmacro-assembler-ia32.h324 AVX_OP3_XO(Pxor, pxor)
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h166 Pxor, enumerator
1850 class InstX86Pxor : public InstX86BaseBinopXmm<InstX86Base::Pxor, false,
1860 : InstX86BaseBinopXmm<InstX86Base::Pxor, false, in InstX86Pxor()
3244 using Pxor = typename InstImpl<TraitsType>::InstX86Pxor; member
DIceTargetLoweringX86Base.h911 Context.insert<typename Traits::Insts::Pxor>(Dest, Src0); in _pxor()