Searched refs:__arm_veorq (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm_mve.h | 76 #define veorq(__a, __b) __arm_veorq(__a, __b) 20715 __arm_veorq (uint8x16_t __a, uint8x16_t __b) in __arm_veorq() function 21303 __arm_veorq (int8x16_t __a, int8x16_t __b) in __arm_veorq() function 21555 __arm_veorq (uint16x8_t __a, uint16x8_t __b) in __arm_veorq() function 22143 __arm_veorq (int16x8_t __a, int16x8_t __b) in __arm_veorq() function 22395 __arm_veorq (uint32x4_t __a, uint32x4_t __b) in __arm_veorq() function 22983 __arm_veorq (int32x4_t __a, int32x4_t __b) in __arm_veorq() function 33177 __arm_veorq (float16x8_t __a, float16x8_t __b) in __arm_veorq() function 33429 __arm_veorq (float32x4_t __a, float32x4_t __b) in __arm_veorq() function 36152 #define __arm_veorq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro [all …]
|