Searched refs:EIGHTH_SIZE (Results 1 – 2 of 2) sorted by relevance
129 # define EIGHTH_SIZE (VEC_SIZE / 8) macro131 # define EIGHTH_SIZE 16 macro133 typedef typeof((vec_t){}[0]) __attribute__((vector_size(EIGHTH_SIZE))) eighth_t;134 typedef char __attribute__((vector_size(EIGHTH_SIZE))) vqi_eighth_t;135 typedef short __attribute__((vector_size(EIGHTH_SIZE))) vhi_eighth_t;136 typedef int __attribute__((vector_size(EIGHTH_SIZE))) vsi_eighth_t;137 typedef long long __attribute__((vector_size(EIGHTH_SIZE))) vdi_eighth_t;
1244 # if !defined(low_eighth) && defined(EIGHTH_SIZE)1247 # if EIGHTH_SIZE < VEC_SIZE in low_eighth()
Completed in 17 milliseconds