Home
last modified time | relevance | path

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

/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.h914 Context.insert<typename Traits::Insts::Pxor>(Dest, Src0); in _pxor()