Home | History | Annotate | Download | only in TableGen

Lines Matching full:abd

977     std::string abd = MangleName("vabd", typestr, ClassS) + "(__a, __b)";
982 abd = "(" + TypeString('d', utype) + ")" + abd;
983 s += Extend(utype, abd) + ";";
985 s += Extend(typestr, abd) + ";";
994 std::string abd = MangleName("vabd", typestr, ClassS) + "(__b, __c)";
999 abd = "(" + TypeString('d', utype) + ")" + abd;
1000 s += Extend(utype, abd) + ";";
1002 s += Extend(typestr, abd) + ";";