Searched defs:__arm_vmlaq (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm_mve.h | 23719 __arm_vmlaq (uint8x16_t __a, uint8x16_t __b, uint8_t __c) in __arm_vmlaq() function 24230 __arm_vmlaq (int8x16_t __a, int8x16_t __b, int8_t __c) in __arm_vmlaq() function 24300 __arm_vmlaq (uint16x8_t __a, uint16x8_t __b, uint16_t __c) in __arm_vmlaq() function 24811 __arm_vmlaq (int16x8_t __a, int16x8_t __b, int16_t __c) in __arm_vmlaq() function 24881 __arm_vmlaq (uint32x4_t __a, uint32x4_t __b, uint32_t __c) in __arm_vmlaq() function 25392 __arm_vmlaq (int32x4_t __a, int32x4_t __b, int32_t __c) in __arm_vmlaq() function 36623 #define __arm_vmlaq(p0,p1,p2) ({ __typeof(p0) __p0 = (p0); \ macro 39243 #define __arm_vmlaq(p0,p1,p2) ({ __typeof(p0) __p0 = (p0); \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm_mve.h | 23725 __arm_vmlaq (uint8x16_t __a, uint8x16_t __b, uint8_t __c) in __arm_vmlaq() function 24236 __arm_vmlaq (int8x16_t __a, int8x16_t __b, int8_t __c) in __arm_vmlaq() function 24306 __arm_vmlaq (uint16x8_t __a, uint16x8_t __b, uint16_t __c) in __arm_vmlaq() function 24817 __arm_vmlaq (int16x8_t __a, int16x8_t __b, int16_t __c) in __arm_vmlaq() function 24887 __arm_vmlaq (uint32x4_t __a, uint32x4_t __b, uint32_t __c) in __arm_vmlaq() function 25398 __arm_vmlaq (int32x4_t __a, int32x4_t __b, int32_t __c) in __arm_vmlaq() function 36686 #define __arm_vmlaq(p0,p1,p2) ({ __typeof(p0) __p0 = (p0); \ macro 39369 #define __arm_vmlaq(p0,p1,p2) ({ __typeof(p0) __p0 = (p0); \ macro
|