Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_mve.h25587 __arm_vshrntq (int8x16_t __a, int16x8_t __b, const int __imm) in __arm_vshrntq() function
25790 __arm_vshrntq (uint8x16_t __a, uint16x8_t __b, const int __imm) in __arm_vshrntq() function
25916 __arm_vshrntq (int16x8_t __a, int32x4_t __b, const int __imm) in __arm_vshrntq() function
26119 __arm_vshrntq (uint16x8_t __a, uint32x4_t __b, const int __imm) in __arm_vshrntq() function
40335 #define __arm_vshrntq(p0,p1,p2) ({ __typeof(p0) __p0 = (p0); \ macro