Searched refs:InstX86Pmulhw (Results 1 – 1 of 1) sorted by relevance
1957 class InstX86Pmulhw1961 static InstX86Pmulhw *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1964 return new (Func->allocate<InstX86Pmulhw>()) in create()1965 InstX86Pmulhw(Func, Dest, Source); in create()1969 InstX86Pmulhw(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmulhw() function3254 using Pmulhw = typename InstImpl<TraitsType>::InstX86Pmulhw;3501 const char *InstImpl<TraitsType>::InstX86Pmulhw::Base::Opcode = "pmulhw"; \3878 InstImpl<TraitsType>::InstX86Pmulhw::Base::Emitter = { \