Searched refs:vform_half (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 2513 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl() local 2517 dst.SetUint(vform, i, src.Uint(vform_half, i)); in uxtl() 2526 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl() local 2530 dst.SetInt(vform, i, src.Int(vform_half, i)); in sxtl() 2539 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl2() local 2544 dst.SetUint(vform, i, src.Uint(vform_half, lane_count + i)); in uxtl2() 2553 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl2() local 2558 dst.SetInt(vform, i, src.Int(vform_half, lane_count + i)); in sxtl2()
|