Searched refs:to_flags (Results 1 – 2 of 2) sorted by relevance
26715 unsigned int to_flags = aarch64_classify_vector_mode (to); in aarch64_can_change_mode_class() local26718 bool to_sve_p = (to_flags & VEC_ANY_SVE); in aarch64_can_change_mode_class()26721 bool to_partial_sve_p = to_sve_p && (to_flags & VEC_PARTIAL); in aarch64_can_change_mode_class()26724 bool to_pred_p = (to_flags & VEC_SVE_PRED); in aarch64_can_change_mode_class()26727 bool to_partial_advsimd_struct_p = (to_flags == (VEC_ADVSIMD | VEC_STRUCT in aarch64_can_change_mode_class()
23095 unsigned int to_flags = aarch64_classify_vector_mode (to); in aarch64_can_change_mode_class() local23098 bool to_sve_p = (to_flags & VEC_ANY_SVE); 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()23104 bool to_pred_p = (to_flags & VEC_SVE_PRED); in aarch64_can_change_mode_class()