Searched defs:__arm_vmaxaq (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm_mve.h | 20891 __arm_vmaxaq (uint8x16_t __a, int8x16_t __b) in __arm_vmaxaq() function 21731 __arm_vmaxaq (uint16x8_t __a, int16x8_t __b) in __arm_vmaxaq() function 22571 __arm_vmaxaq (uint32x4_t __a, int32x4_t __b) in __arm_vmaxaq() function 36519 #define __arm_vmaxaq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 38702 #define __arm_vmaxaq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm_mve.h | 20897 __arm_vmaxaq (uint8x16_t __a, int8x16_t __b) in __arm_vmaxaq() function 21737 __arm_vmaxaq (uint16x8_t __a, int16x8_t __b) in __arm_vmaxaq() function 22577 __arm_vmaxaq (uint32x4_t __a, int32x4_t __b) in __arm_vmaxaq() function 36582 #define __arm_vmaxaq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro 38781 #define __arm_vmaxaq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro
|