Home
last modified time | relevance | path

Searched refs:to_flags (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26715 unsigned int to_flags = aarch64_classify_vector_mode (to); in aarch64_can_change_mode_class() local
26718 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c23095 unsigned int to_flags = aarch64_classify_vector_mode (to); in aarch64_can_change_mode_class() local
23098 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()