Home
last modified time | relevance | path

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

/external/v8/src/codegen/arm64/
Dregister-arm64.cc12 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth() function
Dregister-arm64.h278 VectorFormat VectorFormatHalfWidth(VectorFormat vform);
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc399 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth() function
Dinstructions-aarch64.h598 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/compiler/backend/arm64/
Dcode-generator-arm64.cc1163 VectorFormat src_f = VectorFormatHalfWidth(dst_f); in AssembleArchInstruction()
1185 VectorFormat src_f = VectorFormatHalfWidth(dst_f); in AssembleArchInstruction()
1951 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction()
1965 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction()
/external/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc938 VectorFormat vform_src = VectorFormatHalfWidth(vform); in pmull()
2064 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl()
2075 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl()
2086 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl2()
2098 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl2()