Home | History | Annotate | Download | only in Sema

Lines Matching refs:big8

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