• Home
  • Raw
  • Download

Lines Matching full:be

14   vext_s8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}}  in test_vext_8bit()
15 vext_u8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_vext_8bit()
16 vext_p8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_vext_8bit()
17 vextq_s8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} in test_vext_8bit()
18 vextq_u8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} in test_vext_8bit()
19 vextq_p8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} in test_vext_8bit()
32 vmul_lane_f64(small, small, 1); // expected-error {{argument should be a value from 0 to 0}} in test_mul_lane_f64()
33 vmul_laneq_f64(small, big, 2); // expected-error {{argument should be a value from 0 to 1}} in test_mul_lane_f64()
34 …vfma_lane_f64(small, small, small, 1); // expected-error {{argument should be a value from 0 to 0}} in test_mul_lane_f64()
35 vfma_laneq_f64(small, small, big, 2); // expected-error {{argument should be a value from 0 to 1}} in test_mul_lane_f64()
36 vfmaq_laneq_f64(big, big, big, 2); // expected-error {{argument should be a value from 0 to 1}} in test_mul_lane_f64()
50 vld1_lane_s8(addr, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld1st1()
51 vld1_lane_s16(addr, small, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld1st1()
52 vld1_lane_s32(addr, small, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld1st1()
53 vld1_lane_s64(addr, small, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld1st1()
55 vld1q_lane_s8(addr, big, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld1st1()
56 vld1q_lane_s16(addr, big, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld1st1()
57 vld1q_lane_s32(addr, big, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld1st1()
58 vld1q_lane_s64(addr, big, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld1st1()
70 vst1_lane_s8(addr, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld1st1()
71 vst1_lane_s16(addr, small, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld1st1()
72 vst1_lane_s32(addr, small, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld1st1()
73 vst1_lane_s64(addr, small, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld1st1()
75 vst1q_lane_s8(addr, big, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld1st1()
76 vst1q_lane_s16(addr, big, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld1st1()
77 vst1q_lane_s32(addr, big, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld1st1()
78 vst1q_lane_s64(addr, big, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld1st1()
96 vld2_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2()
97 vld2_lane_s16(addr, small16, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld2st2()
98 vld2_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2()
99 vld2_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld2st2()
101 vld2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld2st2()
102 vld2q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2()
103 vld2q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld2st2()
104 vld2q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2()
116 vst2_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2()
117 vst2_lane_s16(addr, small16, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld2st2()
118 vst2_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2()
119 vst2_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld2st2()
121 vst2q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld2st2()
122 vst2q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld2st2()
123 vst2q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld2st2()
124 vst2q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld2st2()
142 vld3_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3()
143 vld3_lane_s16(addr, small16, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld3st3()
144 vld3_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3()
145 vld3_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld3st3()
147 vld3q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld3st3()
148 vld3q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3()
149 vld3q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld3st3()
150 vld3q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3()
162 vst3_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3()
163 vst3_lane_s16(addr, small16, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld3st3()
164 vst3_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3()
165 vst3_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld3st3()
167 vst3q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld3st3()
168 vst3q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld3st3()
169 vst3q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld3st3()
170 vst3q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld3st3()
188 vld4_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld4st4()
189 vld4_lane_s16(addr, small16, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld4st4()
190 vld4_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld4st4()
191 vld4_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld4st4()
193 vld4q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld4st4()
194 vld4q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld4st4()
195 vld4q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld4st4()
196 vld4q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld4st4()
208 vst4_lane_s8(addr, small8, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld4st4()
209 vst4_lane_s16(addr, small16, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld4st4()
210 vst4_lane_s32(addr, small32, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld4st4()
211 vst4_lane_s64(addr, small64, 1); // expected-error {{argument should be a value from 0 to 0}} in test_ld4st4()
213 vst4q_lane_s8(addr, big8, 16); // expected-error {{argument should be a value from 0 to 15}} in test_ld4st4()
214 vst4q_lane_s16(addr, big16, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld4st4()
215 vst4q_lane_s32(addr, big32, 4); // expected-error {{argument should be a value from 0 to 3}} in test_ld4st4()
216 vst4q_lane_s64(addr, big64, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld4st4()