Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dsimulator-a64.cc621 int rightmost_lane) { in PrintVRegisterFPHelper() argument
625 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()
Dsimulator-a64.h1189 int lane_count = 1, int rightmost_lane = 0);