Home
last modified time | relevance | path

Searched refs:__arm_vqdmulhq_m_n_s16 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve.h1915 #define vqdmulhq_m_n_s16(__inactive, __a, __b, __p) __arm_vqdmulhq_m_n_s16(__inactive, __a, __b, __…
10988 __arm_vqdmulhq_m_n_s16 (int16x8_t __inactive, int16x8_t __a, int16_t __b, mve_pred16_t __p) in __arm_vqdmulhq_m_n_s16() function
27732 return __arm_vqdmulhq_m_n_s16 (__inactive, __a, __b, __p); in __arm_vqdmulhq_m()
41100 …type_int16x8_t][__ARM_mve_type_int16x8_t][__ARM_mve_type_int_n]: __arm_vqdmulhq_m_n_s16 (__ARM_mve…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_mve.h1915 #define vqdmulhq_m_n_s16(__inactive, __a, __b, __p) __arm_vqdmulhq_m_n_s16(__inactive, __a, __b, __…
10994 __arm_vqdmulhq_m_n_s16 (int16x8_t __inactive, int16x8_t __a, int16_t __b, mve_pred16_t __p) in __arm_vqdmulhq_m_n_s16() function
27738 return __arm_vqdmulhq_m_n_s16 (__inactive, __a, __b, __p); in __arm_vqdmulhq_m()
41242 …type_int16x8_t][__ARM_mve_type_int16x8_t][__ARM_mve_type_int_n]: __arm_vqdmulhq_m_n_s16 (__ARM_mve…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202030012 (__arm_vqdmulhq_m_n_s16): Likewise.