Home
last modified time | relevance | path

Searched refs:VectorFormatHalfLanes (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc502 VectorFormat VectorFormatHalfLanes(VectorFormat vform) { in VectorFormatHalfLanes() function
Dlogic-aarch64.cc2581 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2()
2605 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2()
2764 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2()
2788 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2()
2812 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2()
2836 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrun2()
3381 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in addhn2()
3403 add(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in raddhn2()
3425 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in subhn2()
3447 sub(VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)), temp, src1, src2); in rsubhn2()
Dinstructions-aarch64.h533 VectorFormat VectorFormatHalfLanes(VectorFormat vform);