• Home
  • Raw
  • Download

Lines Matching refs:VectorFormatDoubleWidth

2112   VectorFormat vform_src = VectorFormatDoubleWidth(vform);  in shrn()
2121 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2()
2130 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn()
2139 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2()
2253 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn()
2262 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2()
2271 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn()
2280 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2()
2289 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrun()
2298 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2()
2307 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrun()
2316 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrun2()
2759 add(VectorFormatDoubleWidth(vform), temp, src1, src2); in addhn()
2768 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in addhn2()
2777 add(VectorFormatDoubleWidth(vform), temp, src1, src2); in raddhn()
2786 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in raddhn2()
2795 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); in subhn()
2804 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in subhn2()
2813 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); in rsubhn()
2822 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in rsubhn2()