Home | History | Annotate | Download | only in tests

Lines Matching full:vec_int_8_t

49 typedef int __attribute__ ((vector_size (8))) vec_int_8_t;
50 vec_int_8_t fun_vec_int_8 (void) {
51 vec_int_8_t ret = { 3, 4 };
350 typedef struct { vec_int_8_t a; } hva1_vec_int_8_t;
441 typedef struct { vec_int_8_t a; vec_int_8_t b; } hva2_vec_int_8_t;
547 typedef struct { vec_int_8_t a; vec_int_8_t b; vec_int_8_t c; } hva3_vec_int_8_t;
668 typedef struct { vec_int_8_t a; vec_int_8_t b; vec_int_8_t c; vec_int_8_t d; } hva4_vec_int_8_t;