Searched refs:vform_half (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 2440 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl() local 2444 dst.SetUint(vform, i, src.Uint(vform_half, i)); in uxtl() 2453 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl() local 2457 dst.SetInt(vform, i, src.Int(vform_half, i)); in sxtl() 2466 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl2() local 2471 dst.SetUint(vform, i, src.Uint(vform_half, lane_count + i)); in uxtl2() 2480 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl2() local 2485 dst.SetInt(vform, i, src.Int(vform_half, lane_count + i)); in sxtl2()
|