Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve.h1940 #define vqrdmulhq_m_s8(__inactive, __a, __b, __p) __arm_vqrdmulhq_m_s8(__inactive, __a, __b, __p)
11184 __arm_vqrdmulhq_m_s8 (int8x16_t __inactive, int8x16_t __a, int8x16_t __b, mve_pred16_t __p) in __arm_vqrdmulhq_m_s8() function
27928 return __arm_vqrdmulhq_m_s8 (__inactive, __a, __b, __p); in __arm_vqrdmulhq_m()
40660 …e_int8x16_t][__ARM_mve_type_int8x16_t][__ARM_mve_type_int8x16_t]: __arm_vqrdmulhq_m_s8 (__ARM_mve_…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_mve.h1940 #define vqrdmulhq_m_s8(__inactive, __a, __b, __p) __arm_vqrdmulhq_m_s8(__inactive, __a, __b, __p)
11190 __arm_vqrdmulhq_m_s8 (int8x16_t __inactive, int8x16_t __a, int8x16_t __b, mve_pred16_t __p) in __arm_vqrdmulhq_m_s8() function
27934 return __arm_vqrdmulhq_m_s8 (__inactive, __a, __b, __p); in __arm_vqrdmulhq_m()
40802 …e_int8x16_t][__ARM_mve_type_int8x16_t][__ARM_mve_type_int8x16_t]: __arm_vqrdmulhq_m_s8 (__ARM_mve_…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202030043 (__arm_vqrdmulhq_m_s8): Likewise.