Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Headers/
H A Dhexagon_types.h1083 HEXAGON_Vect32C(short h1, short h0) : data(HEXAGON_V32_CREATE_H(h1, h0)) {}; in HEXAGON_Vect32C() function
1084 HEXAGON_Vect32C(signed char b3, signed char b2, signed char b1, signed char b0) in HEXAGON_Vect32C() function
1086 HEXAGON_Vect32C(const HEXAGON_Vect32C &v) : data(v.data) {}; in HEXAGON_Vect32C() function