Searched refs:fixed_uint32m2_t (Results 1 – 4 of 4) sorted by relevance
120 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 300 fixed_uint32m2_t global_u32m2;363 fixed_uint32m2_t global_arr_u32m2[3];425 fixed_uint32m2_t local_u32m2;478 fixed_uint32m2_t local_arr_u32m2[3]; in f()
122 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef178 auto &fu32m2 = typeid(fixed_uint32m2_t);
140 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef 309 void m2f7(S<fixed_uint32m2_t>) {}315 m2f7(S<fixed_uint32m2_t>) m2f7() argument
118 typedef vuint32m2_t fixed_uint32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 377 _Static_assert(sizeof(fixed_uint32m2_t) == VECTOR_SIZE * 2, "");474 _Static_assert(__alignof__(fixed_uint32m2_t) == VECTOR_ALIGN, "");845 TEST_INT_OPS(fixed_uint32m2_t)