Searched refs:__arm_vmulhq (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm_mve.h | 68 #define vmulhq(__a, __b) __arm_vmulhq(__a, __b) 20645 __arm_vmulhq (uint8x16_t __a, uint8x16_t __b) in __arm_vmulhq() function 21198 __arm_vmulhq (int8x16_t __a, int8x16_t __b) in __arm_vmulhq() function 21485 __arm_vmulhq (uint16x8_t __a, uint16x8_t __b) in __arm_vmulhq() function 22038 __arm_vmulhq (int16x8_t __a, int16x8_t __b) in __arm_vmulhq() function 22325 __arm_vmulhq (uint32x4_t __a, uint32x4_t __b) in __arm_vmulhq() function 22878 __arm_vmulhq (int32x4_t __a, int32x4_t __b) in __arm_vmulhq() function 36605 #define __arm_vmulhq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 38744 #define __arm_vmulhq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro
|