Searched refs:fixed_int16m2_t (Results 1 – 4 of 4) sorted by relevance
114 typedef vint16m2_t fixed_int16m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 294 fixed_int16m2_t global_i16m2;357 fixed_int16m2_t global_arr_i16m2[3];420 fixed_int16m2_t local_i16m2;473 fixed_int16m2_t local_arr_i16m2[3]; in f()
116 typedef vint16m2_t fixed_int16m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef172 auto &fs16m2 = typeid(fixed_int16m2_t);
134 typedef vint16m2_t fixed_int16m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef 274 void m2f2(S<fixed_int16m2_t>) {}280 m2f2(S<fixed_int16m2_t>) m2f2() argument
112 typedef vint16m2_t fixed_int16m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 371 _Static_assert(sizeof(fixed_int16m2_t) == VECTOR_SIZE * 2, "");468 _Static_assert(__alignof__(fixed_int16m2_t) == VECTOR_ALIGN, "");840 TEST_INT_OPS(fixed_int16m2_t)