Searched refs:DUMMY_ARRAY (Results 1 – 2 of 2) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vstX_lane.c | 101 #define DUMMY_ARRAY(V, T, W, N, L) VECT_VAR_DECL(V,T,W,N)[N*L] in exec_vstX_lane() macro 162 DUMMY_ARRAY(buffer_src, int, 8, 8, 4); in exec_vstX_lane() 163 DUMMY_ARRAY(buffer_src, int, 16, 4, 4); in exec_vstX_lane() 164 DUMMY_ARRAY(buffer_src, int, 32, 2, 4); in exec_vstX_lane() 165 DUMMY_ARRAY(buffer_src, uint, 8, 8, 4); in exec_vstX_lane() 166 DUMMY_ARRAY(buffer_src, uint, 16, 4, 4); in exec_vstX_lane() 167 DUMMY_ARRAY(buffer_src, uint, 32, 2, 4); in exec_vstX_lane() 168 DUMMY_ARRAY(buffer_src, poly, 8, 8, 4); in exec_vstX_lane() 169 DUMMY_ARRAY(buffer_src, poly, 16, 4, 4); in exec_vstX_lane() 170 DUMMY_ARRAY(buffer_src, float, 32, 2, 4); in exec_vstX_lane() [all …]
|
D | ref_vldX_lane.c | 102 #define DUMMY_ARRAY(V, T, W, N, L) \ in exec_vldX_lane() macro 165 DUMMY_ARRAY(buffer_src, int, 8, 8, 4); in exec_vldX_lane() 166 DUMMY_ARRAY(buffer_src, int, 16, 4, 4); in exec_vldX_lane() 167 DUMMY_ARRAY(buffer_src, int, 32, 2, 4); in exec_vldX_lane() 168 DUMMY_ARRAY(buffer_src, uint, 8, 8, 4); in exec_vldX_lane() 169 DUMMY_ARRAY(buffer_src, uint, 16, 4, 4); in exec_vldX_lane() 170 DUMMY_ARRAY(buffer_src, uint, 32, 2, 4); in exec_vldX_lane() 171 DUMMY_ARRAY(buffer_src, poly, 8, 8, 4); in exec_vldX_lane() 172 DUMMY_ARRAY(buffer_src, poly, 16, 4, 4); in exec_vldX_lane() 173 DUMMY_ARRAY(buffer_src, int, 16, 8, 4); in exec_vldX_lane() [all …]
|