Searched refs:VEC_PARTIAL (Results 1 – 3 of 3) sorted by relevance
3469 const unsigned int VEC_PARTIAL = 16; variable3504 return TARGET_SVE ? VEC_SVE_DATA | VEC_PARTIAL : 0; in aarch64_classify_vector_mode()3575 return TARGET_SIMD ? VEC_ADVSIMD | VEC_STRUCT | VEC_PARTIAL : 0; in aarch64_classify_vector_mode()3642 == (VEC_ADVSIMD | VEC_STRUCT | VEC_PARTIAL)); in aarch64_advsimd_partial_struct_mode_p()3681 if (vec_flags & VEC_PARTIAL) in aarch64_vl_bytes()3701 if (vec_flags == (VEC_ADVSIMD | VEC_PARTIAL | VEC_STRUCT)) in aarch64_ldn_stn_vectors()3719 flags |= VEC_PARTIAL; in aarch64_advsimd_vector_array_mode()3786 poly_uint64 vector_bits = (vec_flags & (VEC_PARTIAL | VEC_SVE_PRED) in aarch64_sve_container_bits()3958 if (vec_flags == (VEC_ADVSIMD | VEC_STRUCT | VEC_PARTIAL)) in aarch64_hard_regno_nregs()7204 || (vec_flags & VEC_PARTIAL))); in aarch64_function_value()[all …]
2336 const unsigned int VEC_PARTIAL = 16; variable2371 return TARGET_SVE ? VEC_SVE_DATA | VEC_PARTIAL : 0; in aarch64_classify_vector_mode()2466 if (vec_flags & VEC_PARTIAL) in aarch64_vl_bytes()2515 poly_uint64 vector_bits = (vec_flags & (VEC_PARTIAL | VEC_SVE_PRED) in aarch64_sve_container_bits()5908 || (vec_flags & VEC_PARTIAL))); in aarch64_function_value()6147 || (vec_flags & VEC_PARTIAL))); in aarch64_layout_arg()9313 vec_flags &= ~VEC_PARTIAL; in aarch64_classify_address()11117 && ((vec_flags & VEC_PARTIAL) || BYTES_BIG_ENDIAN)) in aarch64_secondary_reload()23100 bool from_partial_sve_p = from_sve_p && (from_flags & VEC_PARTIAL); in aarch64_can_change_mode_class()23101 bool to_partial_sve_p = to_sve_p && (to_flags & VEC_PARTIAL); in aarch64_can_change_mode_class()
10173 * config/aarch64/aarch64.c (VEC_PARTIAL): New flag value.