Lines Matching refs:LaneCountFromFormat
592 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetIntArray()
620 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SetUintArray()
694 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in SignedSaturate()
706 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in UnsignedSaturate()
725 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Round()
734 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Uhalve()
750 for (int i = 0; i < LaneCountFromFormat(vform); i++) { in Halve()
766 int LaneCountFromFormat(VectorFormat vform) const { in LaneCountFromFormat() function
770 return vixl::aarch64::LaneCountFromFormat(vform); in LaneCountFromFormat()
2664 int LaneCountFromFormat(VectorFormat vform) const {
2668 return vixl::aarch64::LaneCountFromFormat(vform);
2675 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
2686 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
2697 for (int i = LaneCountFromFormat(vform) - 1; i >= 0; i--) {