Home | History | Annotate | Download | only in src

Lines Matching refs:InstX86Int3

2686   class InstX86Int3 final : public InstX86Base {
2687 InstX86Int3() = delete;
2688 InstX86Int3(const InstX86Int3 &) = delete;
2689 InstX86Int3 &operator=(const InstX86Int3 &) = delete;
2692 static InstX86Int3 *create(Cfg *Func) {
2693 return new (Func->allocate<InstX86Int3>()) InstX86Int3(Func);
2703 explicit InstX86Int3(Cfg *Func);
3292 using Int3 = typename InstImpl<TraitsType>::InstX86Int3;