Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dlogic-a64.cc2444 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl() local
2448 dst.SetUint(vform, i, src.Uint(vform_half, i)); in uxtl()
2457 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl() local
2461 dst.SetInt(vform, i, src.Int(vform_half, i)); in sxtl()
2470 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl2() local
2475 dst.SetUint(vform, i, src.Uint(vform_half, lane_count + i)); in uxtl2()
2484 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl2() local
2489 dst.SetInt(vform, i, src.Int(vform_half, lane_count + i)); in sxtl2()