Home
last modified time | relevance | path

Searched refs:VectorFormatDoubleWidth (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/codegen/arm64/
Dregister-arm64.cc33 VectorFormat VectorFormatDoubleWidth(VectorFormat vform) { in VectorFormatDoubleWidth() function
Dregister-arm64.h279 VectorFormat VectorFormatDoubleWidth(VectorFormat vform);
/external/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc2111 VectorFormat vform_src = VectorFormatDoubleWidth(vform); in shrn()
2120 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2()
2129 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn()
2138 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2()
2252 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn()
2261 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2()
2270 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn()
2279 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2()
2288 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrun()
2297 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2()
[all …]
/external/vixl/src/aarch64/
Dlogic-aarch64.cc2576 VectorFormat vform_src = VectorFormatDoubleWidth(vform); in shrn()
2588 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in shrn2()
2600 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in rshrn()
2612 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in rshrn2()
2759 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrn()
2771 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrn2()
2783 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqrshrn()
2795 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqrshrn2()
2807 VectorFormat vformsrc = VectorFormatDoubleWidth(vform); in sqshrun()
2819 VectorFormat vformsrc = VectorFormatDoubleWidth(VectorFormatHalfLanes(vform)); in sqshrun2()
[all …]
Dinstructions-aarch64.cc422 VectorFormat VectorFormatDoubleWidth(VectorFormat vform) { in VectorFormatDoubleWidth() function
Dinstructions-aarch64.h599 VectorFormat VectorFormatDoubleWidth(VectorFormat vform);