Searched refs:InstX86Blendvps (Results 1 – 2 of 2) sorted by relevance
2302 class InstX86Blendvps : public InstX86BaseTernop<InstX86Base::Blendvps> {2304 static InstX86Blendvps *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()2308 return new (Func->allocate<InstX86Blendvps>()) in create()2309 InstX86Blendvps(Func, Dest, Source1, Source2); in create()2316 InstX86Blendvps(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86Blendvps() function3275 using Blendvps = typename InstImpl<TraitsType>::InstX86Blendvps;3569 const char *InstImpl<TraitsType>::InstX86Blendvps::Base::Opcode = \
1163 void InstImpl<TraitsType>::InstX86Blendvps::emit(const Cfg *Func) const { in emit()1170 void InstImpl<TraitsType>::InstX86Blendvps::emitIAS(const Cfg *Func) const { in emitIAS()