Searched refs:InstX86Pxor (Results 1 – 1 of 1) sorted by relevance
1850 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() function3244 using Pxor = typename InstImpl<TraitsType>::InstX86Pxor;3483 const char *InstImpl<TraitsType>::InstX86Pxor::Base::Opcode = "pxor"; \3926 InstImpl<TraitsType>::InstX86Pxor::Base::Emitter = { \