Searched refs:Q6Vect64C (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | hexagon_types.h | 1294 #define Q6VectC Q6Vect64C 1857 class Q6Vect64C { 1860 Q6Vect64C(long long d = 0) : data(d) {}; in data() 1861 Q6Vect64C(int w1, int w0) : data(Q6V64_CREATE_W(w1, w0)) {}; in Q6Vect64C() function 1862 Q6Vect64C(short h3, short h2, short h1, short h0) in Q6Vect64C() function 1864 Q6Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in Q6Vect64C() function 1867 Q6Vect64C(const Q6Vect64C &v) : data(v.data) {}; in Q6Vect64C() function 1869 Q6Vect64C &operator=(const Q6Vect64C &v) { 1979 Q6Vect64C D(long long d) { in D() 1980 return Q6Vect64C(Q6V64_PUT_D(data, d)); in D() [all …]
|