• Home
  • Raw
  • Download

Lines Matching refs:VectorFormatDoubleWidth

2576   VectorFormat vform_src = VectorFormatDoubleWidth(vform);  in shrn()
2588 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2()
2600 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn()
2612 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2()
2759 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn()
2771 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2()
2783 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn()
2795 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2()
2807 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrun()
2819 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2()
2831 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrun()
2843 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrun2()
3480 add(VectorFormatDoubleWidth(vform), temp, src1, src2); in addhn()
3491 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in addhn2()
3502 add(VectorFormatDoubleWidth(vform), temp, src1, src2); in raddhn()
3513 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in raddhn2()
3524 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); in subhn()
3535 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in subhn2()
3546 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); in rsubhn()
3557 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in rsubhn2()