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 | 2512 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2() 2536 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2() 2706 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2() 2730 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2() 2754 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2() 2778 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrun2() 3323 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in addhn2() 3345 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in raddhn2() 3367 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in subhn2() 3389 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in rsubhn2()
|
D | instructions-a64.h | 455 VectorFormat VectorFormatHalfLanes(const VectorFormat vform);
|