Searched defs:__arm_vabdq (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm_mve.h | 20814 __arm_vabdq (uint8x16_t __a, uint8x16_t __b) in __arm_vabdq() function 21353 __arm_vabdq (int8x16_t __a, int8x16_t __b) in __arm_vabdq() function 21654 __arm_vabdq (uint16x8_t __a, uint16x8_t __b) in __arm_vabdq() function 22193 __arm_vabdq (int16x8_t __a, int16x8_t __b) in __arm_vabdq() function 22494 __arm_vabdq (uint32x4_t __a, uint32x4_t __b) in __arm_vabdq() function 23033 __arm_vabdq (int32x4_t __a, int32x4_t __b) in __arm_vabdq() function 33241 __arm_vabdq (float16x8_t __a, float16x8_t __b) in __arm_vabdq() function 33493 __arm_vabdq (float32x4_t __a, float32x4_t __b) in __arm_vabdq() function 35847 #define __arm_vabdq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 38834 #define __arm_vabdq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm_mve.h | 20820 __arm_vabdq (uint8x16_t __a, uint8x16_t __b) in __arm_vabdq() function 21359 __arm_vabdq (int8x16_t __a, int8x16_t __b) in __arm_vabdq() function 21660 __arm_vabdq (uint16x8_t __a, uint16x8_t __b) in __arm_vabdq() function 22199 __arm_vabdq (int16x8_t __a, int16x8_t __b) in __arm_vabdq() function 22500 __arm_vabdq (uint32x4_t __a, uint32x4_t __b) in __arm_vabdq() function 23039 __arm_vabdq (int32x4_t __a, int32x4_t __b) in __arm_vabdq() function 33247 __arm_vabdq (float16x8_t __a, float16x8_t __b) in __arm_vabdq() function 33499 __arm_vabdq (float32x4_t __a, float32x4_t __b) in __arm_vabdq() function 35910 #define __arm_vabdq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 38913 #define __arm_vabdq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro
|