Searched refs:InstX86Icmp (Results 1 – 2 of 2) sorted by relevance
2622 class InstX86Icmp final : public InstX86Base {2623 InstX86Icmp() = delete;2624 InstX86Icmp(const InstX86Icmp &) = delete;2625 InstX86Icmp &operator=(const InstX86Icmp &) = delete;2628 static InstX86Icmp *create(Cfg *Func, Operand *Src1, Operand *Src2) { in create()2629 return new (Func->allocate<InstX86Icmp>()) InstX86Icmp(Func, Src1, Src2); in create()2639 InstX86Icmp(Cfg *Func, Operand *Src1, Operand *Src2);3289 using Icmp = typename InstImpl<TraitsType>::InstX86Icmp;
253 InstImpl<TraitsType>::InstX86Icmp::InstX86Icmp(Cfg *Func, Operand *Src0, in InstX86Icmp() function1821 void InstImpl<TraitsType>::InstX86Icmp::emit(const Cfg *Func) const { in emit()1834 void InstImpl<TraitsType>::InstX86Icmp::emitIAS(const Cfg *Func) const { in emitIAS()1854 void InstImpl<TraitsType>::InstX86Icmp::dump(const Cfg *Func) const { in dump()