Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_mve.h415 #define vhsubq_x(__a, __b, __p) __arm_vhsubq_x(__a, __b, __p)
31397 __arm_vhsubq_x (int8x16_t __a, int8_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31404 __arm_vhsubq_x (int16x8_t __a, int16_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31411 __arm_vhsubq_x (int32x4_t __a, int32_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31418 __arm_vhsubq_x (uint8x16_t __a, uint8_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31425 __arm_vhsubq_x (uint16x8_t __a, uint16_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31432 __arm_vhsubq_x (uint32x4_t __a, uint32_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31439 __arm_vhsubq_x (int8x16_t __a, int8x16_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31446 __arm_vhsubq_x (int16x8_t __a, int16x8_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
31453 __arm_vhsubq_x (int32x4_t __a, int32x4_t __b, mve_pred16_t __p) in __arm_vhsubq_x() function
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog2646 (__arm_vhsubq_x): Change _coerce_ overloads.
2968 (__arm_vhsubq_x): Likewise.