Lines Matching refs:ll

90     uint64_t ll;  member
108 d.ll = 0; in helper_fpmerge()
119 return d.ll; in helper_fpmerge()
133 d.ll = src2; in helper_fmul8x16()
140 return d.ll; in helper_fmul8x16()
149 d.ll = 0; in helper_fmul8x16a()
156 return d.ll; in helper_fmul8x16a()
163 s.ll = src1; in helper_fmul8sux16()
164 d.ll = src2; in helper_fmul8sux16()
171 return d.ll; in helper_fmul8sux16()
178 s.ll = src1; in helper_fmul8ulx16()
179 d.ll = src2; in helper_fmul8ulx16()
186 return d.ll; in helper_fmul8ulx16()
195 d.ll = 0; in helper_fexpand()
201 return d.ll; in helper_fexpand()
230 s1.ll = src1; in helper_fcmple8()
231 s2.ll = src2; in helper_fcmple8()
249 s1.ll = src1; in helper_fcmpule8()
250 s2.ll = src2; in helper_fcmpule8()
287 s1.ll = src1; in helper_fcmple16()
288 s2.ll = src2; in helper_fcmple16()
306 s1.ll = src1; in helper_fcmpule16()
307 s2.ll = src2; in helper_fcmpule16()
337 s1.ll = src1; in helper_fcmple32()
338 s2.ll = src2; in helper_fcmple32()
356 s1.ll = src1; in helper_fcmpule32()
357 s2.ll = src2; in helper_fcmpule32()
458 uint64_t ll[2]; in helper_bshuffle() member
466 s.ll[0] = src1; in helper_bshuffle()
467 s.ll[1] = src2; in helper_bshuffle()
470 s.ll[1] = src1; in helper_bshuffle()
471 s.ll[0] = src2; in helper_bshuffle()
481 return r.ll; in helper_bshuffle()
533 s1.ll = src1; in helper_fchksm16()
534 s2.ll = src2; in helper_fchksm16()
535 r.ll = 0; in helper_fchksm16()
542 return r.ll; in helper_fchksm16()
554 s1.ll = src1; in helper_fmean16()
555 s2.ll = src2; in helper_fmean16()
556 r.ll = 0; in helper_fmean16()
563 return r.ll; in helper_fmean16()
570 s1.ll = src1; in helper_fslas16()
571 s2.ll = src2; in helper_fslas16()
572 r.ll = 0; in helper_fslas16()
581 return r.ll; in helper_fslas16()
588 s1.ll = src1; in helper_fslas32()
589 s2.ll = src2; in helper_fslas32()
590 r.ll = 0; in helper_fslas32()
599 return r.ll; in helper_fslas32()