Searched refs:reg_size_log2 (Results 1 – 2 of 2) sorted by relevance
814 int reg_size_log2; in PrintVRegister() local816 reg_size_log2 = kQRegSizeInBytesLog2; in PrintVRegister()818 reg_size_log2 = kDRegSizeInBytesLog2; in PrintVRegister()821 reg_size_log2 = lane_size_log2; in PrintVRegister()824 int lane_count = 1 << (reg_size_log2 - lane_size_log2); in PrintVRegister()
1452 unsigned reg_size_log2 = GetPrintRegSizeInBytesLog2(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()