• Home
  • Raw
  • Download

Lines Matching refs:addr

39 void test_ld1st1(int8x8_t small, int8x16_t big, void *addr) {  in test_ld1st1()  argument
40 vld1_lane_s8(addr, small, 7); in test_ld1st1()
41 vld1_lane_s16(addr, small, 3); in test_ld1st1()
42 vld1_lane_s32(addr, small, 1); in test_ld1st1()
43 vld1_lane_s64(addr, small, 0); in test_ld1st1()
45 vld1q_lane_s8(addr, big, 15); in test_ld1st1()
46 vld1q_lane_s16(addr, big, 7); in test_ld1st1()
47 vld1q_lane_s32(addr, big, 3); in test_ld1st1()
48 vld1q_lane_s64(addr, big, 1); in test_ld1st1()
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()
60 vst1_lane_s8(addr, small, 7); in test_ld1st1()
61 vst1_lane_s16(addr, small, 3); in test_ld1st1()
62 vst1_lane_s32(addr, small, 1); in test_ld1st1()
63 vst1_lane_s64(addr, small, 0); in test_ld1st1()
65 vst1q_lane_s8(addr, big, 15); in test_ld1st1()
66 vst1q_lane_s16(addr, big, 7); in test_ld1st1()
67 vst1q_lane_s32(addr, big, 3); in test_ld1st1()
68 vst1q_lane_s64(addr, big, 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()
85 void *addr) { in test_ld2st2() argument
86 vld2_lane_s8(addr, small8, 7); in test_ld2st2()
87 vld2_lane_s16(addr, small16, 3); in test_ld2st2()
88 vld2_lane_s32(addr, small32, 1); in test_ld2st2()
89 vld2_lane_s64(addr, small64, 0); in test_ld2st2()
91 vld2q_lane_s8(addr, big8, 15); in test_ld2st2()
92 vld2q_lane_s16(addr, big16, 7); in test_ld2st2()
93 vld2q_lane_s32(addr, big32, 3); in test_ld2st2()
94 vld2q_lane_s64(addr, big64, 1); in test_ld2st2()
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()
106 vst2_lane_s8(addr, small8, 7); in test_ld2st2()
107 vst2_lane_s16(addr, small16, 3); in test_ld2st2()
108 vst2_lane_s32(addr, small32, 1); in test_ld2st2()
109 vst2_lane_s64(addr, small64, 0); in test_ld2st2()
111 vst2q_lane_s8(addr, big8, 15); in test_ld2st2()
112 vst2q_lane_s16(addr, big16, 7); in test_ld2st2()
113 vst2q_lane_s32(addr, big32, 3); in test_ld2st2()
114 vst2q_lane_s64(addr, big64, 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()
131 void *addr) { in test_ld3st3() argument
132 vld3_lane_s8(addr, small8, 7); in test_ld3st3()
133 vld3_lane_s16(addr, small16, 3); in test_ld3st3()
134 vld3_lane_s32(addr, small32, 1); in test_ld3st3()
135 vld3_lane_s64(addr, small64, 0); in test_ld3st3()
137 vld3q_lane_s8(addr, big8, 15); in test_ld3st3()
138 vld3q_lane_s16(addr, big16, 7); in test_ld3st3()
139 vld3q_lane_s32(addr, big32, 3); in test_ld3st3()
140 vld3q_lane_s64(addr, big64, 1); in test_ld3st3()
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()
152 vst3_lane_s8(addr, small8, 7); in test_ld3st3()
153 vst3_lane_s16(addr, small16, 3); in test_ld3st3()
154 vst3_lane_s32(addr, small32, 1); in test_ld3st3()
155 vst3_lane_s64(addr, small64, 0); in test_ld3st3()
157 vst3q_lane_s8(addr, big8, 15); in test_ld3st3()
158 vst3q_lane_s16(addr, big16, 7); in test_ld3st3()
159 vst3q_lane_s32(addr, big32, 3); in test_ld3st3()
160 vst3q_lane_s64(addr, big64, 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()
177 void *addr) { in test_ld4st4() argument
178 vld4_lane_s8(addr, small8, 7); in test_ld4st4()
179 vld4_lane_s16(addr, small16, 3); in test_ld4st4()
180 vld4_lane_s32(addr, small32, 1); in test_ld4st4()
181 vld4_lane_s64(addr, small64, 0); in test_ld4st4()
183 vld4q_lane_s8(addr, big8, 15); in test_ld4st4()
184 vld4q_lane_s16(addr, big16, 7); in test_ld4st4()
185 vld4q_lane_s32(addr, big32, 3); in test_ld4st4()
186 vld4q_lane_s64(addr, big64, 1); in test_ld4st4()
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()
198 vst4_lane_s8(addr, small8, 7); in test_ld4st4()
199 vst4_lane_s16(addr, small16, 3); in test_ld4st4()
200 vst4_lane_s32(addr, small32, 1); in test_ld4st4()
201 vst4_lane_s64(addr, small64, 0); in test_ld4st4()
203 vst4q_lane_s8(addr, big8, 15); in test_ld4st4()
204 vst4q_lane_s16(addr, big16, 7); in test_ld4st4()
205 vst4q_lane_s32(addr, big32, 3); in test_ld4st4()
206 vst4q_lane_s64(addr, big64, 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()