Searched refs:fixed_int64m2_t (Results 1 – 4 of 4) sorted by relevance
116 typedef vint64m2_t fixed_int64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 296 fixed_int64m2_t global_i64m2;359 fixed_int64m2_t global_arr_i64m2[3];422 fixed_int64m2_t local_i64m2;475 fixed_int64m2_t local_arr_i64m2[3]; in f()
114 typedef vint64m2_t fixed_int64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 373 _Static_assert(sizeof(fixed_int64m2_t) == VECTOR_SIZE * 2, "");378 _Static_assert(sizeof(fixed_int64m2_t) == VECTOR_SIZE * 2, "");470 _Static_assert(__alignof__(fixed_int64m2_t) == VECTOR_ALIGN, "");520 struct struct_int64m2 { fixed_int64m2_t x, y[5]; };534 union union_int64m2 { fixed_int64m2_t x, y[5]; };842 TEST_INT_OPS(fixed_int64m2_t)
118 typedef vint64m2_t fixed_int64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef174 auto &fs64m2 = typeid(fixed_int64m2_t);
136 typedef vint64m2_t fixed_int64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef 288 void m2f4(S<fixed_int64m2_t>) {}294 m2f4(S<fixed_int64m2_t>) m2f4() argument