Searched refs:InstX86Pandn (Results 1 – 1 of 1) sorted by relevance
1676 class InstX86Pandn1680 static InstX86Pandn *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1681 return new (Func->allocate<InstX86Pandn>()) in create()1682 InstX86Pandn(Func, Dest, Source); in create()1686 InstX86Pandn(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pandn() function3236 using Pandn = typename InstImpl<TraitsType>::InstX86Pandn;3459 const char *InstImpl<TraitsType>::InstX86Pandn::Base::Opcode = "pandn"; \3854 InstImpl<TraitsType>::InstX86Pandn::Base::Emitter = { \