Searched refs:VectorFormatHalfLanes (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | instructions-a64.cc | 467 VectorFormat VectorFormatHalfLanes(const VectorFormat vform) { in VectorFormatHalfLanes() function
|
D | logic-a64.cc | 2508 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2() 2532 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2() 2702 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2() 2726 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2() 2750 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2() 2774 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrun2() 3319 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in addhn2() 3341 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in raddhn2() 3363 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in subhn2() 3385 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in rsubhn2()
|
D | instructions-a64.h | 454 VectorFormat VectorFormatHalfLanes(const VectorFormat vform);
|