Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc6830 int shift_src_lane = lane; in SVEBitwiseShiftHelper() local
6834 shift_src_lane = (lane * lane_size) / kDRegSize; in SVEBitwiseShiftHelper()
6836 uint64_t shift_amount = src2.Uint(shift_vform, shift_src_lane); in SVEBitwiseShiftHelper()