Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve.h2078 #define vrshrntq_m_n_u32(__a, __b, __imm, __p) __arm_vrshrntq_m_n_u32(__a, __b, __imm, __p)
12150 __arm_vrshrntq_m_n_u32 (uint16x8_t __a, uint32x4_t __b, const int __imm, mve_pred16_t __p) in __arm_vrshrntq_m_n_u32() function
28894 return __arm_vrshrntq_m_n_u32 (__a, __b, __imm, __p); in __arm_vrshrntq_m()
40721 …int (*)[__ARM_mve_type_uint16x8_t][__ARM_mve_type_uint32x4_t]: __arm_vrshrntq_m_n_u32 (__ARM_mve_c…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_mve.h2078 #define vrshrntq_m_n_u32(__a, __b, __imm, __p) __arm_vrshrntq_m_n_u32(__a, __b, __imm, __p)
12156 __arm_vrshrntq_m_n_u32 (uint16x8_t __a, uint32x4_t __b, const int __imm, mve_pred16_t __p) in __arm_vrshrntq_m_n_u32() function
28900 return __arm_vrshrntq_m_n_u32 (__a, __b, __imm, __p); in __arm_vrshrntq_m()
40863 …int (*)[__ARM_mve_type_uint16x8_t][__ARM_mve_type_uint32x4_t]: __arm_vrshrntq_m_n_u32 (__ARM_mve_c…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202029415 (__arm_vrshrntq_m_n_u32): Likewise.