Lines Matching refs:big8
81 void test_ld2st2(int8x8x2_t small8, int8x16x2_t big8, in test_ld2st2() argument
91 vld2q_lane_s8(addr, big8, 15); in test_ld2st2()
101 vld2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld2st2()
111 vst2q_lane_s8(addr, big8, 15); in test_ld2st2()
121 vst2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld2st2()
127 void test_ld3st3(int8x8x3_t small8, int8x16x3_t big8, in test_ld3st3() argument
137 vld3q_lane_s8(addr, big8, 15); in test_ld3st3()
147 vld3q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld3st3()
157 vst3q_lane_s8(addr, big8, 15); in test_ld3st3()
167 vst3q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld3st3()
173 void test_ld4st4(int8x8x4_t small8, int8x16x4_t big8, in test_ld4st4() argument
183 vld4q_lane_s8(addr, big8, 15); in test_ld4st4()
193 vld4q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld4st4()
203 vst4q_lane_s8(addr, big8, 15); in test_ld4st4()
213 vst4q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld4st4()