Home | History | Annotate | Download | only in src

Lines Matching refs:InstX86Fld

2870   class InstX86Fld final : public InstX86Base {
2871 InstX86Fld() = delete;
2872 InstX86Fld(const InstX86Fld &) = delete;
2873 InstX86Fld &operator=(const InstX86Fld &) = delete;
2876 static InstX86Fld *create(Cfg *Func, Operand *Src) {
2877 return new (Func->allocate<InstX86Fld>()) InstX86Fld(Func, Src);
2887 InstX86Fld(Cfg *Func, Operand *Src);
3303 typename InstImpl<TraitsType>::InstX86Fld>::type;