Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve.h1917 #define vqdmulhq_m_s32(__inactive, __a, __b, __p) __arm_vqdmulhq_m_s32(__inactive, __a, __b, __p)
11002 __arm_vqdmulhq_m_s32 (int32x4_t __inactive, int32x4_t __a, int32x4_t __b, mve_pred16_t __p) in __arm_vqdmulhq_m_s32() function
27746 return __arm_vqdmulhq_m_s32 (__inactive, __a, __b, __p); in __arm_vqdmulhq_m()
41104 …e_int32x4_t][__ARM_mve_type_int32x4_t][__ARM_mve_type_int32x4_t]: __arm_vqdmulhq_m_s32 (__ARM_mve_…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_mve.h1917 #define vqdmulhq_m_s32(__inactive, __a, __b, __p) __arm_vqdmulhq_m_s32(__inactive, __a, __b, __p)
11008 __arm_vqdmulhq_m_s32 (int32x4_t __inactive, int32x4_t __a, int32x4_t __b, mve_pred16_t __p) in __arm_vqdmulhq_m_s32() function
27752 return __arm_vqdmulhq_m_s32 (__inactive, __a, __b, __p); in __arm_vqdmulhq_m()
41246 …e_int32x4_t][__ARM_mve_type_int32x4_t][__ARM_mve_type_int32x4_t]: __arm_vqdmulhq_m_s32 (__ARM_mve_…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202030014 (__arm_vqdmulhq_m_s32): Likewise.