Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.h281 Pxor, enumerator
1872 class InstX86Pxor : public InstX86BaseBinopXmm<InstX86Base::Pxor, false,
1881 : InstX86BaseBinopXmm<InstX86Base::Pxor, false, in InstX86Pxor()
3213 using Pxor = InstX86Pxor; member
DIceInstX8664.h220 Pxor, enumerator
1813 class InstX86Pxor : public InstX86BaseBinopXmm<InstX86Base::Pxor, false,
1822 : InstX86BaseBinopXmm<InstX86Base::Pxor, false, in InstX86Pxor()
3112 using Pxor = InstX86Pxor; member
DIceTargetLoweringX8664.h715 Context.insert<Insts::Pxor>(Dest, Src0); in _pxor()
DIceTargetLoweringX8632.h721 Context.insert<Insts::Pxor>(Dest, Src0); in _pxor()