Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc399 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth() function
Dinstructions-aarch64.h536 VectorFormat VectorFormatHalfWidth(VectorFormat vform);
Dlogic-aarch64.cc969 VectorFormat vform_src = VectorFormatHalfWidth(vform); in pmull()
2520 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl()
2533 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl()
2546 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl2()
2560 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl2()
/external/v8/src/arm64/
Dinstructions-arm64.h470 VectorFormat VectorFormatHalfWidth(VectorFormat vform);
Dinstructions-arm64.cc346 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth() function
Dsimulator-logic-arm64.cc939 VectorFormat vform_src = VectorFormatHalfWidth(vform); in pmull()
2065 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl()
2076 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl()
2087 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl2()
2099 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl2()