Searched refs:InstX86Pmull (Results 1 – 1 of 1) sorted by relevance
1931 class InstX86Pmull1935 static InstX86Pmull *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1946 return new (Func->allocate<InstX86Pmull>()) in create()1947 InstX86Pmull(Func, Dest, Source); in create()1951 InstX86Pmull(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmull() function3253 using Pmull = typename InstImpl<TraitsType>::InstX86Pmull;3498 const char *InstImpl<TraitsType>::InstX86Pmull::Base::Opcode = "pmull"; \3872 InstImpl<TraitsType>::InstX86Pmull::Base::Emitter = { \