Searched refs:lane_size_log2 (Results 1 – 2 of 2) sorted by relevance
1453 unsigned lane_size_log2 = GetPrintRegLaneSizeInBytesLog2(format); in GetPrintRegLaneCount() local1454 VIXL_ASSERT(reg_size_log2 >= lane_size_log2); in GetPrintRegLaneCount()1455 return 1 << (reg_size_log2 - lane_size_log2); in GetPrintRegLaneCount()
812 int lane_size_log2 = format & kPrintRegLaneSizeMask; in PrintVRegister() local821 reg_size_log2 = lane_size_log2; in PrintVRegister()824 int lane_count = 1 << (reg_size_log2 - lane_size_log2); in PrintVRegister()825 int lane_size = 1 << lane_size_log2; in PrintVRegister()