Searched refs:InstX86Shl (Results 1 – 1 of 1) sorted by relevance
2072 class InstX86Shl : public InstX86BaseBinopGPRShift<InstX86Base::Shl> {2074 static InstX86Shl *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()2075 return new (Func->allocate<InstX86Shl>()) InstX86Shl(Func, Dest, Source); in create()2079 InstX86Shl(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Shl() function3261 using Shl = typename InstImpl<TraitsType>::InstX86Shl;3528 const char *InstImpl<TraitsType>::InstX86Shl::Base::Opcode = "shl"; \3775 InstImpl<TraitsType>::InstX86Shl::Base::Emitter = { \