Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1616 class InstX86Andnps
1620 static InstX86Andnps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1621 return new (Func->allocate<InstX86Andnps>()) in create()
1622 InstX86Andnps(Func, Dest, Source); in create()
1626 InstX86Andnps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Andnps() function
3219 using Andnps = typename InstImpl<TraitsType>::InstX86Andnps;
3396 const char *InstImpl<TraitsType>::InstX86Andnps::Base::Opcode = "andn"; \
3944 InstImpl<TraitsType>::InstX86Andnps::Base::Emitter = { \