Searched refs:abd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1990 std::string abd = MangleName("vabd", typestr, ClassS) + "(__a, __b)"; local
1995 abd = "(" + TypeString('d', utype) + ")" + abd;
1996 s += Extend(utype, abd) + ";";
1998 s += Extend(typestr, abd) + ";";

Completed in 45 milliseconds