Searched refs:InstX86Addps (Results 1 – 1 of 1) sorted by relevance
1373 class InstX86Addps1377 static InstX86Addps *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1378 return new (Func->allocate<InstX86Addps>()) in create()1379 InstX86Addps(Func, Dest, Source); in create()1383 InstX86Addps(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Addps() function3215 using Addps = typename InstImpl<TraitsType>::InstX86Addps;3384 const char *InstImpl<TraitsType>::InstX86Addps::Base::Opcode = "add"; \3800 InstImpl<TraitsType>::InstX86Addps::Base::Emitter = { \