Home | History | Annotate | Download | only in src

Lines Matching refs:InstX86UD2

2665   class InstX86UD2 final : public InstX86Base {
2666 InstX86UD2() = delete;
2667 InstX86UD2(const InstX86UD2 &) = delete;
2668 InstX86UD2 &operator=(const InstX86UD2 &) = delete;
2671 static InstX86UD2 *create(Cfg *Func) {
2672 return new (Func->allocate<InstX86UD2>()) InstX86UD2(Func);
2682 explicit InstX86UD2(Cfg *Func);
3291 using UD2 = typename InstImpl<TraitsType>::InstX86UD2;