Searched refs:VECT_ARRAY (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | stm-arm-neon-ref.h | 75 #define VECT_ARRAY(V, T, W, N, L) T##W##_t VECT_ARRAY_VAR(V,T,W,N,L)[N*L] macro 280 extern VECT_ARRAY(buffer_vld2, int, 8, 8, 2); 281 extern VECT_ARRAY(buffer_vld2, int, 16, 4, 2); 282 extern VECT_ARRAY(buffer_vld2, int, 32, 2, 2); 283 extern VECT_ARRAY(buffer_vld2, int, 64, 1, 2); 284 extern VECT_ARRAY(buffer_vld2, uint, 8, 8, 2); 285 extern VECT_ARRAY(buffer_vld2, uint, 16, 4, 2); 286 extern VECT_ARRAY(buffer_vld2, uint, 32, 2, 2); 287 extern VECT_ARRAY(buffer_vld2, uint, 64, 1, 2); 288 extern VECT_ARRAY(buffer_vld2, poly, 8, 8, 2); [all …]
|