Searched refs:rightmost_lane (Results 1 – 2 of 2) sorted by relevance
621 int rightmost_lane) { in PrintVRegisterFPHelper() argument625 unsigned msb = ((lane_count + rightmost_lane) * lane_size_in_bytes); in PrintVRegisterFPHelper()634 if ((lane_count == 1) && (rightmost_lane == 0)) { in PrintVRegisterFPHelper()649 int leftmost_lane = rightmost_lane + lane_count - 1; in PrintVRegisterFPHelper()650 for (int lane = leftmost_lane; lane >= rightmost_lane; lane--) { in PrintVRegisterFPHelper()658 if (rightmost_lane > 0) { in PrintVRegisterFPHelper()
1189 int lane_count = 1, int rightmost_lane = 0);