Home
last modified time | relevance | path

Searched defs:__arm_vcmpcsq (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_mve.h20757 __arm_vcmpcsq (uint8x16_t __a, uint8x16_t __b) in __arm_vcmpcsq() function
20764 __arm_vcmpcsq (uint8x16_t __a, uint8_t __b) in __arm_vcmpcsq() function
21597 __arm_vcmpcsq (uint16x8_t __a, uint16x8_t __b) in __arm_vcmpcsq() function
21604 __arm_vcmpcsq (uint16x8_t __a, uint16_t __b) in __arm_vcmpcsq() function
22437 __arm_vcmpcsq (uint32x4_t __a, uint32x4_t __b) in __arm_vcmpcsq() function
22444 __arm_vcmpcsq (uint32x4_t __a, uint32_t __b) in __arm_vcmpcsq() function
41539 #define __arm_vcmpcsq(p0,p1) ({ __typeof(p0) __p0 = (p0); \ macro