Lines Matching full:elements

24  *     _16                 16-bit elements and 16-bit offsets
25 * _32 32-bit elements and 32-bit offsets
26 * _16_32 16-bit elements and 32-bit offsets
124 /* create byte offsets to be a diagonal of the matrix with 16 bit elements */
156 /* create byte offsets to be a diagonal of the matrix with 32 bit elements */
189 * create byte offsets to be a diagonal of the matrix with 16 bit elements
223 /* scatter the 16 bit elements using HVX */
237 /* scatter-accumulate the 16 bit elements using HVX */
251 /* masked scatter the 16 bit elements using HVX */
268 /* scatter the 32 bit elements using HVX */
294 /* scatter-accumulate the 32 bit elements using HVX */
320 /* masked scatter the 32 bit elements using HVX */
354 /* scatter the 16 bit elements with 32 bit offsets using HVX */
370 /* scatter-accumulate the 16 bit elements with 32 bit offsets using HVX */
386 /* masked scatter the 16 bit elements with 32 bit offsets using HVX */
406 /* gather the elements from the scatter16 buffer using HVX */
426 /* masked gather the elements from the scatter16 buffer using HVX */
447 /* gather the elements from the scatter32 buffer using HVX */
480 /* masked gather the elements from the scatter32 buffer using HVX */
520 /* gather the elements from the scatter16_32 buffer using HVX */
529 "v0.h = vdeal(v0.h)\n\t" /* deal the elements to get the order back */ in vector_gather_16_32()
538 /* masked gather the elements from the scatter16_32 buffer using HVX */
555 "v0.h = vdeal(v0.h)\n\t" /* deal the elements to get the order back */ in vector_gather_16_32_masked()
582 /* scatter the 16 bit elements using C */
599 /* scatter the 16 bit elements using C */
607 /* scatter-accumulate the 16 bit elements using C */
618 /* masked scatter the 16 bit elements using C */
640 /* scatter the 32 bit elements using C */
657 /* scatter-accumulate the 32 bit elements using C */
675 /* masked scatter the 32 bit elements using C */
696 /* scatter the 16 bit elements with 32 bit offsets using C */
713 /* scatter-accumulate the 16 bit elements with 32 bit offsets using C */
731 /* masked scatter the 16 bit elements with 32 bit offsets using C */
752 /* gather the elements from the scatter buffer using C */
768 /* masked gather the elements from the scatter buffer using C */
787 /* gather the elements from the scatter32 buffer using C */
803 /* masked gather the elements from the scatter32 buffer using C */
822 /* gather the elements from the scatter16_32 buffer using C */
838 /* masked gather the elements from the scatter16_32 buffer using C */
969 /* 16 bit elements with 16 bit offsets */ in main()
992 /* 32 bit elements with 32 bit offsets */ in main()
1015 /* 16 bit elements with 32 bit offsets */ in main()