Searched refs:InstX86Adc (Results 1 – 1 of 1) sorted by relevance
1389 class InstX86Adc : public InstX86BaseBinopGPR<InstX86Base::Adc> {1391 static InstX86Adc *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()1392 return new (Func->allocate<InstX86Adc>()) InstX86Adc(Func, Dest, Source); in create()1396 InstX86Adc(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Adc() function3216 using Adc = typename InstImpl<TraitsType>::InstX86Adc;3387 const char *InstImpl<TraitsType>::InstX86Adc::Base::Opcode = "adc"; \3683 InstImpl<TraitsType>::InstX86Adc::Base::Emitter = { \