Lines Matching refs:buffer_src
49 memset (VECT_VAR(buffer_src, T1, W, N), 0xAA, \ in exec_vstX_lane()
50 sizeof(VECT_VAR(buffer_src, T1, W, N))); \ in exec_vstX_lane()
55 vld##X##Q##_##T2##W(VECT_VAR(buffer_src, T1, W, N)); \ in exec_vstX_lane()
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()
171 DUMMY_ARRAY(buffer_src, int, 16, 8, 4); in exec_vstX_lane()
172 DUMMY_ARRAY(buffer_src, int, 32, 4, 4); in exec_vstX_lane()
173 DUMMY_ARRAY(buffer_src, uint, 16, 8, 4); in exec_vstX_lane()
174 DUMMY_ARRAY(buffer_src, uint, 32, 4, 4); in exec_vstX_lane()
175 DUMMY_ARRAY(buffer_src, poly, 16, 8, 4); in exec_vstX_lane()
176 DUMMY_ARRAY(buffer_src, float, 32, 4, 4); in exec_vstX_lane()
178 DUMMY_ARRAY(buffer_src, float, 16, 4, 4); in exec_vstX_lane()
179 DUMMY_ARRAY(buffer_src, float, 16, 8, 4); in exec_vstX_lane()