• Home
  • Raw
  • Download

Lines Matching refs:rA

14 ; (or (and rC, rB), (and (not rC), rA))
15 define <2 x i64> @selectbits_v2i64_01(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
18 %B = and <2 x i64> %A, %rA
23 ; (or (and rB, rC), (and (not rC), rA))
24 define <2 x i64> @selectbits_v2i64_02(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
27 %B = and <2 x i64> %A, %rA
32 ; (or (and (not rC), rA), (and rB, rC))
33 define <2 x i64> @selectbits_v2i64_03(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
35 %B = and <2 x i64> %A, %rA
41 ; (or (and (not rC), rA), (and rC, rB))
42 define <2 x i64> @selectbits_v2i64_04(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
44 %B = and <2 x i64> %A, %rA
50 ; (or (and rC, rB), (and rA, (not rC)))
51 define <2 x i64> @selectbits_v2i64_05(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
54 %B = and <2 x i64> %rA, %A
59 ; (or (and rB, rC), (and rA, (not rC)))
60 define <2 x i64> @selectbits_v2i64_06(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
63 %B = and <2 x i64> %rA, %A
68 ; (or (and rA, (not rC)), (and rB, rC))
69 define <2 x i64> @selectbits_v2i64_07(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
71 %B = and <2 x i64> %rA, %A
77 ; (or (and rA, (not rC)), (and rC, rB))
78 define <2 x i64> @selectbits_v2i64_08(<2 x i64> %rA, <2 x i64> %rB, <2 x i64> %rC) {
80 %B = and <2 x i64> %rA, %A
90 ; (or (and rC, rB), (and (not rC), rA))
91 define <4 x i32> @selectbits_v4i32_01(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
94 %B = and <4 x i32> %A, %rA
99 ; (or (and rB, rC), (and (not rC), rA))
100 define <4 x i32> @selectbits_v4i32_02(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
103 %B = and <4 x i32> %A, %rA
108 ; (or (and (not rC), rA), (and rB, rC))
109 define <4 x i32> @selectbits_v4i32_03(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
111 %B = and <4 x i32> %A, %rA
117 ; (or (and (not rC), rA), (and rC, rB))
118 define <4 x i32> @selectbits_v4i32_04(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
120 %B = and <4 x i32> %A, %rA
126 ; (or (and rC, rB), (and rA, (not rC)))
127 define <4 x i32> @selectbits_v4i32_05(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
130 %B = and <4 x i32> %rA, %A
135 ; (or (and rB, rC), (and rA, (not rC)))
136 define <4 x i32> @selectbits_v4i32_06(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
139 %B = and <4 x i32> %rA, %A
144 ; (or (and rA, (not rC)), (and rB, rC))
145 define <4 x i32> @selectbits_v4i32_07(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
147 %B = and <4 x i32> %rA, %A
153 ; (or (and rA, (not rC)), (and rC, rB))
154 define <4 x i32> @selectbits_v4i32_08(<4 x i32> %rA, <4 x i32> %rB, <4 x i32> %rC) {
156 %B = and <4 x i32> %rA, %A
166 ; (or (and rC, rB), (and (not rC), rA))
167 define <8 x i16> @selectbits_v8i16_01(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
171 %B = and <8 x i16> %A, %rA
176 ; (or (and rB, rC), (and (not rC), rA))
177 define <8 x i16> @selectbits_v8i16_02(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
181 %B = and <8 x i16> %A, %rA
186 ; (or (and (not rC), rA), (and rB, rC))
187 define <8 x i16> @selectbits_v8i16_03(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
190 %B = and <8 x i16> %A, %rA
196 ; (or (and (not rC), rA), (and rC, rB))
197 define <8 x i16> @selectbits_v8i16_04(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
200 %B = and <8 x i16> %A, %rA
206 ; (or (and rC, rB), (and rA, (not rC)))
207 define <8 x i16> @selectbits_v8i16_05(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
211 %B = and <8 x i16> %rA, %A
216 ; (or (and rB, rC), (and rA, (not rC)))
217 define <8 x i16> @selectbits_v8i16_06(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
221 %B = and <8 x i16> %rA, %A
226 ; (or (and rA, (not rC)), (and rB, rC))
227 define <8 x i16> @selectbits_v8i16_07(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
230 %B = and <8 x i16> %rA, %A
236 ; (or (and rA, (not rC)), (and rC, rB))
237 define <8 x i16> @selectbits_v8i16_08(<8 x i16> %rA, <8 x i16> %rB, <8 x i16> %rC) {
240 %B = and <8 x i16> %rA, %A
250 ; (or (and rC, rB), (and (not rC), rA))
251 define <16 x i8> @selectbits_v16i8_01(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
257 %B = and <16 x i8> %A, %rA
262 ; (or (and rB, rC), (and (not rC), rA))
263 define <16 x i8> @selectbits_v16i8_02(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
269 %B = and <16 x i8> %A, %rA
274 ; (or (and (not rC), rA), (and rB, rC))
275 define <16 x i8> @selectbits_v16i8_03(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
280 %B = and <16 x i8> %A, %rA
286 ; (or (and (not rC), rA), (and rC, rB))
287 define <16 x i8> @selectbits_v16i8_04(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
292 %B = and <16 x i8> %A, %rA
298 ; (or (and rC, rB), (and rA, (not rC)))
299 define <16 x i8> @selectbits_v16i8_05(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
305 %B = and <16 x i8> %rA, %A
310 ; (or (and rB, rC), (and rA, (not rC)))
311 define <16 x i8> @selectbits_v16i8_06(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
317 %B = and <16 x i8> %rA, %A
322 ; (or (and rA, (not rC)), (and rB, rC))
323 define <16 x i8> @selectbits_v16i8_07(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
328 %B = and <16 x i8> %rA, %A
334 ; (or (and rA, (not rC)), (and rC, rB))
335 define <16 x i8> @selectbits_v16i8_08(<16 x i8> %rA, <16 x i8> %rB, <16 x i8> %rC) {
340 %B = and <16 x i8> %rA, %A
350 ; (or (and rC, rB), (and (not rC), rA))
351 define i32 @selectbits_i32_01(i32 %rA, i32 %rB, i32 %rC) {
354 %B = and i32 %A, %rA
359 ; (or (and rB, rC), (and (not rC), rA))
360 define i32 @selectbits_i32_02(i32 %rA, i32 %rB, i32 %rC) {
363 %B = and i32 %A, %rA
368 ; (or (and (not rC), rA), (and rB, rC))
369 define i32 @selectbits_i32_03(i32 %rA, i32 %rB, i32 %rC) {
371 %B = and i32 %A, %rA
377 ; (or (and (not rC), rA), (and rC, rB))
378 define i32 @selectbits_i32_04(i32 %rA, i32 %rB, i32 %rC) {
380 %B = and i32 %A, %rA
386 ; (or (and rC, rB), (and rA, (not rC)))
387 define i32 @selectbits_i32_05(i32 %rA, i32 %rB, i32 %rC) {
390 %B = and i32 %rA, %A
395 ; (or (and rB, rC), (and rA, (not rC)))
396 define i32 @selectbits_i32_06(i32 %rA, i32 %rB, i32 %rC) {
399 %B = and i32 %rA, %A
404 ; (or (and rA, (not rC)), (and rB, rC))
405 define i32 @selectbits_i32_07(i32 %rA, i32 %rB, i32 %rC) {
407 %B = and i32 %rA, %A
413 ; (or (and rA, (not rC)), (and rC, rB))
414 define i32 @selectbits_i32_08(i32 %rA, i32 %rB, i32 %rC) {
416 %B = and i32 %rA, %A
426 ; (or (and rC, rB), (and (not rC), rA))
427 define i16 @selectbits_i16_01(i16 %rA, i16 %rB, i16 %rC) {
430 %B = and i16 %A, %rA
435 ; (or (and rB, rC), (and (not rC), rA))
436 define i16 @selectbits_i16_02(i16 %rA, i16 %rB, i16 %rC) {
439 %B = and i16 %A, %rA
444 ; (or (and (not rC), rA), (and rB, rC))
445 define i16 @selectbits_i16_03(i16 %rA, i16 %rB, i16 %rC) {
447 %B = and i16 %A, %rA
453 ; (or (and (not rC), rA), (and rC, rB))
454 define i16 @selectbits_i16_04(i16 %rA, i16 %rB, i16 %rC) {
456 %B = and i16 %A, %rA
462 ; (or (and rC, rB), (and rA, (not rC)))
463 define i16 @selectbits_i16_05(i16 %rA, i16 %rB, i16 %rC) {
466 %B = and i16 %rA, %A
471 ; (or (and rB, rC), (and rA, (not rC)))
472 define i16 @selectbits_i16_06(i16 %rA, i16 %rB, i16 %rC) {
475 %B = and i16 %rA, %A
480 ; (or (and rA, (not rC)), (and rB, rC))
481 define i16 @selectbits_i16_07(i16 %rA, i16 %rB, i16 %rC) {
483 %B = and i16 %rA, %A
489 ; (or (and rA, (not rC)), (and rC, rB))
490 define i16 @selectbits_i16_08(i16 %rA, i16 %rB, i16 %rC) {
492 %B = and i16 %rA, %A
502 ; (or (and rC, rB), (and (not rC), rA))
503 define i8 @selectbits_i8_01(i8 %rA, i8 %rB, i8 %rC) {
506 %B = and i8 %A, %rA
511 ; (or (and rB, rC), (and (not rC), rA))
512 define i8 @selectbits_i8_02(i8 %rA, i8 %rB, i8 %rC) {
515 %B = and i8 %A, %rA
520 ; (or (and (not rC), rA), (and rB, rC))
521 define i8 @selectbits_i8_03(i8 %rA, i8 %rB, i8 %rC) {
523 %B = and i8 %A, %rA
529 ; (or (and (not rC), rA), (and rC, rB))
530 define i8 @selectbits_i8_04(i8 %rA, i8 %rB, i8 %rC) {
532 %B = and i8 %A, %rA
538 ; (or (and rC, rB), (and rA, (not rC)))
539 define i8 @selectbits_i8_05(i8 %rA, i8 %rB, i8 %rC) {
542 %B = and i8 %rA, %A
547 ; (or (and rB, rC), (and rA, (not rC)))
548 define i8 @selectbits_i8_06(i8 %rA, i8 %rB, i8 %rC) {
551 %B = and i8 %rA, %A
556 ; (or (and rA, (not rC)), (and rB, rC))
557 define i8 @selectbits_i8_07(i8 %rA, i8 %rB, i8 %rC) {
559 %B = and i8 %rA, %A
565 ; (or (and rA, (not rC)), (and rC, rB))
566 define i8 @selectbits_i8_08(i8 %rA, i8 %rB, i8 %rC) {
568 %B = and i8 %rA, %A