Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve.h1846 #define vmulhq_m_u16(__inactive, __a, __b, __p) __arm_vmulhq_m_u16(__inactive, __a, __b, __p)
10526 __arm_vmulhq_m_u16 (uint16x8_t __inactive, uint16x8_t __a, uint16x8_t __b, mve_pred16_t __p) in __arm_vmulhq_m_u16() function
27270 return __arm_vmulhq_m_u16 (__inactive, __a, __b, __p); in __arm_vmulhq_m()
41038 …uint16x8_t][__ARM_mve_type_uint16x8_t][__ARM_mve_type_uint16x8_t]: __arm_vmulhq_m_u16 (__ARM_mve_c…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_mve.h1846 #define vmulhq_m_u16(__inactive, __a, __b, __p) __arm_vmulhq_m_u16(__inactive, __a, __b, __p)
10532 __arm_vmulhq_m_u16 (uint16x8_t __inactive, uint16x8_t __a, uint16x8_t __b, mve_pred16_t __p) in __arm_vmulhq_m_u16() function
27276 return __arm_vmulhq_m_u16 (__inactive, __a, __b, __p); in __arm_vmulhq_m()
41180 …uint16x8_t][__ARM_mve_type_uint16x8_t][__ARM_mve_type_uint16x8_t]: __arm_vmulhq_m_u16 (__ARM_mve_c…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202029943 (__arm_vmulhq_m_u16): Likewise.