Searched refs:fixed_int32m2_t (Results 1 – 5 of 5) sorted by relevance
35 typedef vint32m2_t fixed_int32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 43 fixed_int32m2_t global_vec_m2;275 fixed_int32m2_t test_ptr_to_global_m2() { in test_ptr_to_global_m2() 276 fixed_int32m2_t *global_vec_ptr; in test_ptr_to_global_m2() 296 fixed_int32m2_t array_arg_m2(fixed_int32m2_t arr[]) { in array_arg_m2() 315 fixed_int32m2_t test_cast_m2(vint32m2_t vec) { in test_cast_m2()
115 typedef vint32m2_t fixed_int32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 295 fixed_int32m2_t global_i32m2;358 fixed_int32m2_t global_arr_i32m2[3];421 fixed_int32m2_t local_i32m2;474 fixed_int32m2_t local_arr_i32m2[3]; in f()
117 typedef vint32m2_t fixed_int32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef173 auto &fs32m2 = typeid(fixed_int32m2_t);
135 typedef vint32m2_t fixed_int32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef 281 void m2f3(S<fixed_int32m2_t>) {}287 m2f3(S<fixed_int32m2_t>) m2f3() argument
113 typedef vint32m2_t fixed_int32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 372 _Static_assert(sizeof(fixed_int32m2_t) == VECTOR_SIZE * 2, "");469 _Static_assert(__alignof__(fixed_int32m2_t) == VECTOR_ALIGN, "");841 TEST_INT_OPS(fixed_int32m2_t)