Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Extend

733 // Use the vmovl builtin to sign-extend or zero-extend a vector.
734 static std::string Extend(StringRef typestr, const std::string &a) {
802 s += Extend(typestr, "__a") + " + " + Extend(typestr, "__b") + ";";
805 s += "__a + " + Extend(typestr, "__b") + ";";
811 s += Extend(typestr, "__a") + " - " + Extend(typestr, "__b") + ";";
814 s += "__a - " + Extend(typestr, "__b") + ";";
985 s += Extend(utype, abd) + ";";
987 s += Extend(typestr, abd) + ";";
1002 s += Extend(utype, abd) + ";";
1004 s += Extend(typestr, abd) + ";";