Lines Matching defs:fixed_int8m1_t
98 typedef vint8m1_t fixed_int8m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen)));
249 fixed_int8m1_t global_int8;
252 extern fixed_int8m1_t extern_int8;
255 static fixed_int8m1_t static_int8;
258 fixed_int8m1_t *global_int8_ptr;
259 extern fixed_int8m1_t *extern_int8_ptr;
260 static fixed_int8m1_t *static_int8_ptr;
261 __thread fixed_int8m1_t thread_int8;
263 typedef fixed_int8m1_t int8_typedef;
264 typedef fixed_int8m1_t *int8_ptr_typedef;
271 extern fixed_int8m1_t *extern_int8_ptr;
278 fixed_int8m1_t fs8;
357 _Static_assert(sizeof(fixed_int8m1_t) == VECTOR_SIZE, "");
454 _Static_assert(__alignof__(fixed_int8m1_t) == VECTOR_ALIGN, "");
827 TEST_INT_OPS(fixed_int8m1_t)