Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1993 class InstX86Pmaddwd
1997 static InstX86Pmaddwd *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
2000 return new (Func->allocate<InstX86Pmaddwd>()) in create()
2001 InstX86Pmaddwd(Func, Dest, Source); in create()
2005 InstX86Pmaddwd(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmaddwd() function
3256 using Pmaddwd = typename InstImpl<TraitsType>::InstX86Pmaddwd;
3507 const char *InstImpl<TraitsType>::InstX86Pmaddwd::Base::Opcode = "pmaddwd"; \
3890 InstImpl<TraitsType>::InstX86Pmaddwd::Base::Emitter = { \