Searched defs:__arm_vrshrq (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm_mve.h | 20912 __arm_vrshrq (uint8x16_t __a, const int __imm) in __arm_vrshrq() function 21367 __arm_vrshrq (int8x16_t __a, const int __imm) in __arm_vrshrq() function 21752 __arm_vrshrq (uint16x8_t __a, const int __imm) in __arm_vrshrq() function 22207 __arm_vrshrq (int16x8_t __a, const int __imm) in __arm_vrshrq() function 22592 __arm_vrshrq (uint32x4_t __a, const int __imm) in __arm_vrshrq() function 23047 __arm_vrshrq (int32x4_t __a, const int __imm) in __arm_vrshrq() function 36218 #define __arm_vrshrq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 36227 #define __arm_vrshrq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 38530 #define __arm_vrshrq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm_mve.h | 20918 __arm_vrshrq (uint8x16_t __a, const int __imm) in __arm_vrshrq() function 21373 __arm_vrshrq (int8x16_t __a, const int __imm) in __arm_vrshrq() function 21758 __arm_vrshrq (uint16x8_t __a, const int __imm) in __arm_vrshrq() function 22213 __arm_vrshrq (int16x8_t __a, const int __imm) in __arm_vrshrq() function 22598 __arm_vrshrq (uint32x4_t __a, const int __imm) in __arm_vrshrq() function 23053 __arm_vrshrq (int32x4_t __a, const int __imm) in __arm_vrshrq() function 36281 #define __arm_vrshrq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 36290 #define __arm_vrshrq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 38605 #define __arm_vrshrq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro
|