Home
last modified time | relevance | path

Searched refs:lane_size_in_bytes_log_2 (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc650 int lane_size_in_bytes_log_2 = 32 - CountLeadingZeros(tsize, 32) - 1; in GetSVEImmShiftAndLaneSizeLog2() local
651 int esize = (1 << lane_size_in_bytes_log_2) * kBitsPerByte; in GetSVEImmShiftAndLaneSizeLog2()
653 return std::make_pair(shift, lane_size_in_bytes_log_2); in GetSVEImmShiftAndLaneSizeLog2()
H A Dinstructions-aarch64.h781 VectorFormat SVEFormatFromLaneSizeInBytesLog2(int lane_size_in_bytes_log_2);
H A Dsimulator-aarch64.cc13652 int lane_size_in_bytes_log_2 = index_and_lane_size.second; in Simulator() local
13654 SVEFormatFromLaneSizeInBytesLog2(lane_size_in_bytes_log_2); in Simulator()

Completed in 24 milliseconds