Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1850 class InstX86Pxor : public InstX86BaseBinopXmm<InstX86Base::Pxor, false,
1853 static InstX86Pxor *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1854 return new (Func->allocate<InstX86Pxor>()) in create()
1855 InstX86Pxor(Func, Dest, Source); in create()
1859 InstX86Pxor(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pxor() function
3244 using Pxor = typename InstImpl<TraitsType>::InstX86Pxor;
3483 const char *InstImpl<TraitsType>::InstX86Pxor::Base::Opcode = "pxor"; \
3926 InstImpl<TraitsType>::InstX86Pxor::Base::Emitter = { \