Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1676 class InstX86Pandn
1680 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() function
3236 using Pandn = typename InstImpl<TraitsType>::InstX86Pandn;
3459 const char *InstImpl<TraitsType>::InstX86Pandn::Base::Opcode = "pandn"; \
3854 InstImpl<TraitsType>::InstX86Pandn::Base::Emitter = { \