Searched refs:InstX86Insertps (Results 1 – 2 of 2) sorted by relevance
2249 class InstX86Insertps : public InstX86BaseTernop<InstX86Base::Insertps> {2251 static InstX86Insertps *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()2253 return new (Func->allocate<InstX86Insertps>()) in create()2254 InstX86Insertps(Func, Dest, Source1, Source2); in create()2260 InstX86Insertps(Cfg *Func, Variable *Dest, Operand *Source1, in InstX86Insertps() function3272 using Insertps = typename InstImpl<TraitsType>::InstX86Insertps;3556 const char *InstImpl<TraitsType>::InstX86Insertps::Base::Opcode = \
1271 void InstImpl<TraitsType>::InstX86Insertps::emitIAS(const Cfg *Func) const { in emitIAS()