Searched refs:InstX86Cbwdq (Results 1 – 2 of 2) sorted by relevance
1197 class InstX86Cbwdq : public InstX86BaseUnaryopGPR<InstX86Base::Cbwdq> {1199 static InstX86Cbwdq *create(Cfg *Func, Variable *Dest, Operand *Src) { in create()1200 return new (Func->allocate<InstX86Cbwdq>()) InstX86Cbwdq(Func, Dest, Src); in create()1207 InstX86Cbwdq(Cfg *Func, Variable *Dest, Operand *Src) in InstX86Cbwdq() function3204 using Cbwdq = typename InstImpl<TraitsType>::InstX86Cbwdq;3363 const char *InstImpl<TraitsType>::InstX86Cbwdq::Base::Opcode = \3616 InstImpl<TraitsType>::InstX86Cbwdq::Base::Emitter = {nullptr, nullptr, \
1290 void InstImpl<TraitsType>::InstX86Cbwdq::emit(const Cfg *Func) const { in emit()1333 void InstImpl<TraitsType>::InstX86Cbwdq::emitIAS(const Cfg *Func) const { in emitIAS()