Home
last modified time | relevance | path

Searched refs:__arm_vcmpgtq_m (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_mve.h173 #define vcmpgtq_m(__a, __b, __p) __arm_vcmpgtq_m(__a, __b, __p)
23949 __arm_vcmpgtq_m (int8x16_t __a, int8x16_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
23956 __arm_vcmpgtq_m (int8x16_t __a, int8_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
24530 __arm_vcmpgtq_m (int16x8_t __a, int16x8_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
24537 __arm_vcmpgtq_m (int16x8_t __a, int16_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
25111 __arm_vcmpgtq_m (int32x4_t __a, int32x4_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
25118 __arm_vcmpgtq_m (int32x4_t __a, int32_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
33835 __arm_vcmpgtq_m (float16x8_t __a, float16x8_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
33842 __arm_vcmpgtq_m (float16x8_t __a, float16_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
34143 __arm_vcmpgtq_m (float32x4_t __a, float32x4_t __b, mve_pred16_t __p) in __arm_vcmpgtq_m() function
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog3022 * config/arm/arm_mve.h (__arm_vcmpgtq_m, __arm_vcmpleq_m)
DChangeLog-202011702 (__arm_vcmpgtq_m): Likewise.