Searched refs:InstX86Pmaddwd (Results 1 – 1 of 1) sorted by relevance
1993 class InstX86Pmaddwd1997 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() function3256 using Pmaddwd = typename InstImpl<TraitsType>::InstX86Pmaddwd;3507 const char *InstImpl<TraitsType>::InstX86Pmaddwd::Base::Opcode = "pmaddwd"; \3890 InstImpl<TraitsType>::InstX86Pmaddwd::Base::Emitter = { \