Home
last modified time | relevance | path

Searched refs:__arm_vldrhq_gather_offset (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_mve.h323 #define vldrhq_gather_offset(__base, __offset) __arm_vldrhq_gather_offset(__base, __offset)
29346 __arm_vldrhq_gather_offset (int16_t const * __base, uint32x4_t __offset) in __arm_vldrhq_gather_offset() function
29353 __arm_vldrhq_gather_offset (int16_t const * __base, uint16x8_t __offset) in __arm_vldrhq_gather_offset() function
29360 __arm_vldrhq_gather_offset (uint16_t const * __base, uint32x4_t __offset) in __arm_vldrhq_gather_offset() function
29367 __arm_vldrhq_gather_offset (uint16_t const * __base, uint16x8_t __offset) in __arm_vldrhq_gather_offset() function
34703 __arm_vldrhq_gather_offset (float16_t const * __base, uint16x8_t __offset) in __arm_vldrhq_gather_offset() function
37667 #define __arm_vldrhq_gather_offset(p0,p1) ({ __typeof(p1) __p1 = (p1); \ macro
39775 #define __arm_vldrhq_gather_offset(p0,p1) ({ __typeof(p1) __p1 = (p1); \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog2607 (__arm_vldrhq_gather_offset): Change _coerce_ overloads.