Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve.h1893 #define vqaddq_m_u32(__inactive, __a, __b, __p) __arm_vqaddq_m_u32(__inactive, __a, __b, __p)
10855 __arm_vqaddq_m_u32 (uint32x4_t __inactive, uint32x4_t __a, uint32x4_t __b, mve_pred16_t __p) in __arm_vqaddq_m_u32() function
27599 return __arm_vqaddq_m_u32 (__inactive, __a, __b, __p); in __arm_vqaddq_m()
41085 …uint32x4_t][__ARM_mve_type_uint32x4_t][__ARM_mve_type_uint32x4_t]: __arm_vqaddq_m_u32 (__ARM_mve_c…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_mve.h1893 #define vqaddq_m_u32(__inactive, __a, __b, __p) __arm_vqaddq_m_u32(__inactive, __a, __b, __p)
10861 __arm_vqaddq_m_u32 (uint32x4_t __inactive, uint32x4_t __a, uint32x4_t __b, mve_pred16_t __p) in __arm_vqaddq_m_u32() function
27605 return __arm_vqaddq_m_u32 (__inactive, __a, __b, __p); in __arm_vqaddq_m()
41227 …uint32x4_t][__ARM_mve_type_uint32x4_t][__ARM_mve_type_uint32x4_t]: __arm_vqaddq_m_u32 (__ARM_mve_c…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202029990 (__arm_vqaddq_m_u32): Likewise.