Home
last modified time | relevance | path

Searched defs:Q6Vect64C (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h1857 Q6Vect64C(int w1, int w0) : data(Q6V64_CREATE_W(w1, w0)) {}; in Q6Vect64C() function
1858 Q6Vect64C(short h3, short h2, short h1, short h0) in Q6Vect64C() function
1860 Q6Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in Q6Vect64C() function
1863 Q6Vect64C(const Q6Vect64C &v) : data(v.data) {}; in Q6Vect64C() function