Lines Matching refs:VectorFormatDoubleWidth
2569 VectorFormat vform_src = VectorFormatDoubleWidth(vform); in shrn()
2581 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2()
2593 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn()
2605 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2()
2752 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn()
2764 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2()
2776 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn()
2788 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2()
2800 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrun()
2812 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2()
2824 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrun()
2836 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrun2()
3370 add(VectorFormatDoubleWidth(vform), temp, src1, src2); in addhn()
3381 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in addhn2()
3392 add(VectorFormatDoubleWidth(vform), temp, src1, src2); in raddhn()
3403 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in raddhn2()
3414 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); in subhn()
3425 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in subhn2()
3436 sub(VectorFormatDoubleWidth(vform), temp, src1, src2); in rsubhn()
3447 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in rsubhn2()