Searched refs:InstX86Pblendvb (Results 1 – 2 of 2) sorted by relevance
2322 class InstX86Pblendvb : public InstX86BaseTernop<InstX86Base::Pblendvb> {2324 static InstX86Pblendvb *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()2328 return new (Func->allocate<InstX86Pblendvb>()) in create()2329 InstX86Pblendvb(Func, Dest, Source1, Source2); in create()2336 InstX86Pblendvb(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86Pblendvb() function3276 using Pblendvb = typename InstImpl<TraitsType>::InstX86Pblendvb;3573 const char *InstImpl<TraitsType>::InstX86Pblendvb::Base::Opcode = \
1177 void InstImpl<TraitsType>::InstX86Pblendvb::emit(const Cfg *Func) const { in emit()1184 void InstImpl<TraitsType>::InstX86Pblendvb::emitIAS(const Cfg *Func) const { in emitIAS()